Skip to content

Commit

Permalink
update publish action, release 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
smastrom committed Apr 8, 2024
1 parent 998e04e commit 8c508d4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ on:
jobs:
chrome-tests:
uses: ./.github/workflows/chrome-tests.yml
firefox-tests:
uses: ./.github/workflows/firefox-tests.yml
publish:
needs: [chrome-tests, firefox-tests]
needs: [chrome-tests]
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down

0 comments on commit 8c508d4

Please sign in to comment.