Skip to content

Commit

Permalink
validate_secrets.yml: don't run on schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornoleh authored Nov 30, 2023
1 parent c3bdf97 commit 7178c0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate_secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ run-name: Validate Secrets (${{ github.ref_name }})
on:
workflow_call:
workflow_dispatch:
schedule:
- cron: '*/5 * * * *' # Runs every 5 minutes
#schedule:
#- cron: '*/5 * * * *' # Runs every 5 minutes

jobs:
validate-access-token:
Expand Down

0 comments on commit 7178c0e

Please sign in to comment.