Skip to content

Commit

Permalink
pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
jbolda committed May 12, 2021
1 parent b640982 commit 9412d40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-cta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
jobs:
create-recipe-with-npm:
name: "node@${{ matrix.node }} + npm@${{ matrix.manager }}: ${{ matrix.recipe }}"
runs-on: ${{ github.event.inputs.branch | 'ubuntu' }}latest
runs-on: ${{ github.event.inputs.branch || 'ubuntu' }}latest

strategy:
fail-fast: false
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:

create-recipe-with-yarn:
name: "node@${{ matrix.node }} + yarn@1: ${{ matrix.recipe }}"
runs-on: ${{ github.event.inputs.branch | 'ubuntu' }}latest
runs-on: ${{ github.event.inputs.branch || 'ubuntu' }}latest

strategy:
fail-fast: false
Expand Down

0 comments on commit 9412d40

Please sign in to comment.