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.
2 parents cf9685f + da9b69e commit 30f61c4Copy full SHA for 30f61c4
.github/workflows/build-report.yml
@@ -23,6 +23,8 @@ on:
23
jobs:
24
25
verify:
26
+ # Don't run just after creating repo from template
27
+ if: github.run_number != 1
28
runs-on: ubuntu-latest
29
steps:
30
0 commit comments