Skip to content

Commit

Permalink
Merge pull request #1067 from equinor/add-workflow-dispatch
Browse files Browse the repository at this point in the history
add workflow dispatch action to lock resources
  • Loading branch information
sondresjolyst authored Oct 19, 2023
2 parents 286844a + d591641 commit 66b1901
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lock-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: lock-resources
on:
schedule:
- cron: '0 18 * * *'
workflow_dispatch:

permissions:
id-token: write
contents: read
Expand Down

0 comments on commit 66b1901

Please sign in to comment.