Skip to content

Commit 6bf26ea

Browse files
committed
Fix condition for running canary test by removing unnecessary interpolation
1 parent 0bc7462 commit 6bf26ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
fi
137137
138138
- name: Run canary test (live integration)
139-
if: ${{ secrets.TEST_GITHUB_TOKEN }}
139+
if: secrets.TEST_GITHUB_TOKEN
140140
env:
141141
# Test configuration from repository variables/secrets
142142
TEST_GITHUB_TOKEN: ${{ secrets.TEST_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)