Skip to content

Commit

Permalink
Remove noisy, failing and unnecessary scheduled job
Browse files Browse the repository at this point in the history
The action is already run after PR so there is nothing to work with later, and we have the workflow_dispatch if necessary
  • Loading branch information
DelazJ committed Nov 2, 2023
1 parent 4a54ad8 commit db82214
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pofiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ on:
paths:
- 'docs/**'

schedule: #run at 02:00 UTC on Wednesday
- cron: '00 02 * * 03'

workflow_dispatch:

permissions: # added using https://github.com/step-security/secure-repo
Expand Down

0 comments on commit db82214

Please sign in to comment.