We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e639939 + 0807709 commit 459d530Copy full SHA for 459d530
.github/workflows/validate_and_release.yml
@@ -38,7 +38,7 @@ jobs:
38
39
release:
40
needs: [validate]
41
- if: github.event == 'workflow_dispatch'
+ if: github.event_name == 'workflow_dispatch'
42
runs-on: ubuntu-latest
43
steps:
44
- uses: actions/checkout@v4
0 commit comments