Skip to content

Commit

Permalink
Build emscripten after matrix build. (#73615)
Browse files Browse the repository at this point in the history
  • Loading branch information
akrieger authored May 10, 2024
1 parent a42711f commit a8f6235
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 26 deletions.
27 changes: 1 addition & 26 deletions .github/workflows/emscripten.yml
Original file line number Diff line number Diff line change
@@ -1,32 +1,7 @@
name: Emscripten build

on:
push:
branches:
- master
paths-ignore:
- 'android/**'
- 'build-data/osx/**'
- 'doc/**'
- 'doxygen_doc/**'
- 'lang/**'
- 'lgtm/**'
- 'tools/**'
- '!tools/format/**'
- 'utilities/**'
pull_request:
branches:
- master
paths-ignore:
- 'android/**'
- 'build-data/osx/**'
- 'doc/**'
- 'doxygen_doc/**'
- 'lang/**'
- 'lgtm/**'
- 'tools/**'
- '!tools/format/**'
- 'utilities/**'
workflow_call:

# We only care about the latest revision of a PR, so cancel previous instances.
concurrency:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -344,3 +344,7 @@ jobs:
path: tests/cata_test*
if-no-files-found: ignore
retention-days: 9
emscripten:
needs: [ varied_builds ]
uses: ./.github/workflows/emscripten.yml
secrets: inherit

0 comments on commit a8f6235

Please sign in to comment.