We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f167774 commit 338aa44Copy full SHA for 338aa44
1 file changed
.github/workflows/process-bblocks.yml
@@ -13,6 +13,8 @@ permissions:
13
14
jobs:
15
validate-and-process:
16
+ # Avoid running the workflow on template clone
17
+ if: github.run_number != 1
18
name: Validate and process
19
uses: opengeospatial/bblocks-postprocess/.github/workflows/validate-and-process.yml@master
20
# with:
0 commit comments