We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 849768f commit 07c8394Copy full SHA for 07c8394
.github/workflows/delete-workflow-runs.yml
@@ -25,7 +25,7 @@ permissions:
25
26
jobs:
27
clear:
28
- if: github.refs == 'refs/heads/master'
+ if: github.ref == 'refs/heads/master'
29
runs-on: ubuntu-22.04
30
timeout-minutes: 10
31
0 commit comments