Skip to content

Commit faf5c80

Browse files
authored
Add conditional job execution for specific repository (#767)
This change shall disable nightly workflow run on the forked repo
1 parent 14e67cc commit faf5c80

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ permissions:
1414

1515
jobs:
1616
build:
17+
if: github.repository == 'Open-CMSIS-Pack/vscode-cmsis-debugger'
1718
strategy:
1819
matrix:
1920
platform: [ubuntu-24.04, windows-2022, macos-14]

0 commit comments

Comments
 (0)