Skip to content

Commit 8b9320b

Browse files
committed
fix syntax
1 parent af7be0b commit 8b9320b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-wasm-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
COMMIT_TITLE: "Update Wasm tests"
5454
- name: Create PR
5555
# Check outcome for success as continue-on-error will mask failure.
56-
if: false()
56+
if: false
5757
run: |
5858
cd wpt
5959
git push --set-upstream origin $BRANCH_NAME

0 commit comments

Comments
 (0)