Skip to content

Commit 203b8b8

Browse files
authored
Update synopsys-io.yml
1 parent 426f1c2 commit 203b8b8

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/synopsys-io.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ on:
44
push:
55
branches:
66
- master
7-
pull_request:
8-
branches:
9-
- master
107
workflow_dispatch: {}
118

129
jobs:
@@ -23,10 +20,10 @@ jobs:
2320
- name: Checkout
2421
uses: actions/checkout@v4
2522

26-
- name: Assert required secrets present
27-
if: ${{ secrets.IO_SERVER_URL == '' || secrets.IO_SERVER_TOKEN == '' }}
23+
- name: Fail fast if IO secrets missing
24+
if: ${{ (secrets.IO_SERVER_URL == '') || (secrets.IO_SERVER_TOKEN == '') }}
2825
run: |
29-
echo "Missing IO_SERVER_URL and/or IO_SERVER_TOKEN"
26+
echo "Missing required secrets: IO_SERVER_URL and/or IO_SERVER_TOKEN"
3027
exit 1
3128
3229
- name: Synopsys Intelligent Security Scan

0 commit comments

Comments
 (0)