Skip to content

Commit fc7b2e8

Browse files
Update .github/workflows/smoketest.yaml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent accfb3b commit fc7b2e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/smoketest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run-tests:
3535
runs-on: ubuntu-latest
3636
needs: permission-check
37-
if: ${{ needs.permission-check.outputs.allowed == 'true' }}
37+
if: needs.permission-check.outputs.allowed == 'true'
3838
steps:
3939
- name: Setup Python
4040
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)