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 c41f2b4 commit 66fb4a1Copy full SHA for 66fb4a1
.github/workflows/fleet-checker.yml
@@ -9,7 +9,7 @@ jobs:
9
pre-release:
10
name: fleet-checker
11
runs-on: ubuntu-latest
12
- if: github.event_name == 'workflow_dispatch'
+ # if: github.event_name == 'workflow_dispatch'
13
steps:
14
- uses: actions/checkout@v3
15
with:
0 commit comments