Skip to content

Commit 61293d0

Browse files
Fix condition for checking AUGMENT_SESSION_AUTH in triage CI workflow
1 parent 34ea3b2 commit 61293d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/triage-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
pull-requests: write
1919
steps:
2020
- name: Abort when Auggie session auth is missing
21-
if: ${{ !secrets.AUGMENT_SESSION_AUTH }}
21+
if: ${{ secrets.AUGMENT_SESSION_AUTH == '' }}
2222
run: |
2323
echo "Skipping triage because AUGMENT_SESSION_AUTH is not configured." >> "$GITHUB_STEP_SUMMARY"
2424
exit 0

0 commit comments

Comments
 (0)