Skip to content

Commit

Permalink
Move 'emscripten' CI step to postsubmit-only for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottTodd committed Sep 27, 2022
1 parent 2ae9c8f commit bf45d46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
PR_DESCRIPTION: ${{ github.event.pull_request.body }}
outputs:
should-run: ${{ steps.should-run.outputs.should-run }}
ci-stage: ${{ env._CI_STAGE }}
# Variables for dependent jobs. See comment at top.
runner-env: prod
runner-group: ${{ env._CI_STAGE }}
Expand Down Expand Up @@ -624,7 +625,7 @@ jobs:
emscripten:
needs: [setup, build_all]
if: needs.setup.outputs.should-run == 'true'
if: needs.setup.outputs.should-run == 'true' && needs.setup.outputs.ci-stage == 'postsubmit'
runs-on:
# Hacks, and order matters. See the comment at the top of the file.
- self-hosted
Expand Down

0 comments on commit bf45d46

Please sign in to comment.