Skip to content

Commit

Permalink
chore: adds a schedule trigger to update upstreams workflow
Browse files Browse the repository at this point in the history
To make sure the third party content is updated regularly, a
schedule trigger is added here.

Signed-off-by: Jennifer Power <[email protected]>
  • Loading branch information
jpower432 committed Jan 5, 2024
1 parent 8c98707 commit 767454b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/update-upstream.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Update content from upstream (NIST and FedRAMP)

on: workflow_dispatch
on:
workflow_dispatch:
# Schedule every Sunday at 5:00
schedule:
- cron: "0 5 * * 0"

env:
FEDRAMP_PROFILE_NAME: "fedramp_rev5_high"
Expand Down

0 comments on commit 767454b

Please sign in to comment.