Skip to content

Commit

Permalink
drop!
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes-ucsc committed May 28, 2024
1 parent a490908 commit 0762297
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 149 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/fedramp_inventory_review.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ labels: +,compliance,infra,no demo,operator,orange,task,
assignees: hannes-ucsc
_repository: DataBiosphere/azul-private
_start: 2024-03-01T09:00
_period: 1 month
_period: every time
---
It is time for the system administrator to review the FedRAMP inventory and perform a Port and Protocol review in all deployments

Expand Down
147 changes: 0 additions & 147 deletions .github/workflows/ci.yml

This file was deleted.

2 changes: 2 additions & 0 deletions .github/workflows/schedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ def _is_eligible(cls, start: str, period: str, now: datetime):
...
AssertionError: ('Invalid time unit in period', 'hour')
"""
if period == 'every time':
return True
start = datetime.fromisoformat(start)
assert start.tzinfo is None, 'Start time must not specify a timezone'
start = start.replace(tzinfo=tz)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/schedule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
#
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule
#
- cron: '3,23,43 * * * *'
- cron: '*/5 * * * *'

jobs:
schedule:
Expand Down

0 comments on commit 0762297

Please sign in to comment.