Skip to content

Commit 338aa44

Browse files
committed
Avoid running workflow on template clone
1 parent f167774 commit 338aa44

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/process-bblocks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ permissions:
1313

1414
jobs:
1515
validate-and-process:
16+
# Avoid running the workflow on template clone
17+
if: github.run_number != 1
1618
name: Validate and process
1719
uses: opengeospatial/bblocks-postprocess/.github/workflows/validate-and-process.yml@master
1820
# with:

0 commit comments

Comments
 (0)