Skip to content

Commit c66de0b

Browse files
committed
update build process to prevent running release unnecessarily
1 parent 83a18bb commit c66de0b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
build:
1111
runs-on: windows-latest
1212

13+
if: ${{ github.event.workflow_run.conclusion == 'success' }}
14+
1315
permissions:
1416
id-token: write
1517
contents: write

.github/workflows/scanner.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
jobs:
1010
scan:
1111
if: ${{ github.event.workflow_run.conclusion }} == 'success'
12+
1213
runs-on: ubuntu-latest
1314

1415
steps:

0 commit comments

Comments
 (0)