Skip to content

Commit 8c508d4

Browse files
committed
update publish action, release 1.3.2
1 parent 998e04e commit 8c508d4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@ on:
88
jobs:
99
chrome-tests:
1010
uses: ./.github/workflows/chrome-tests.yml
11-
firefox-tests:
12-
uses: ./.github/workflows/firefox-tests.yml
1311
publish:
14-
needs: [chrome-tests, firefox-tests]
12+
needs: [chrome-tests]
1513
runs-on: ubuntu-latest
1614
permissions:
1715
contents: read

0 commit comments

Comments
 (0)