Skip to content

Commit 30f61c4

Browse files
authored
Merge pull request #144 from Flashky/feature/142-block-workflows-from-being-executed-right-after-repo-creation
ci: avoid update-report workflow execution after repo creation #142
2 parents cf9685f + da9b69e commit 30f61c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-report.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ on:
2323
jobs:
2424

2525
verify:
26+
# Don't run just after creating repo from template
27+
if: github.run_number != 1
2628
runs-on: ubuntu-latest
2729
steps:
2830

0 commit comments

Comments
 (0)