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 05b72b5 commit 72aa4b2Copy full SHA for 72aa4b2
.github/workflows/build.yml
@@ -6,7 +6,7 @@ on:
6
7
jobs:
8
build:
9
- if: ${{ !github.event.issue.pull_request && github.event.issue.number == 2 }}
+ if: ${{ !github.event.issue.pull_request && github.event.issue.number == 1 }}
10
runs-on: ubuntu-latest
11
12
steps:
0 commit comments