Skip to content

Commit

Permalink
chore: debug publish_canary_version
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry committed Mar 16, 2020
1 parent 4c7270b commit 713e9d3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -17,6 +17,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: echo github.ref
run: echo ${{ github.ref }}

- name: Use Node.js ${{ env.PRIMARY_NODE_VERSION }}
uses: actions/setup-node@v1
with:
Expand Down Expand Up @@ -140,9 +144,9 @@ jobs:
name: Publish the latest code as a canary version
runs-on: ubuntu-latest
needs: [primary_code_validation_and_tests, unit_tests_on_other_node_versions, integration_tests]
if: github.ref == 'refs/head/master'
# if: github.ref == 'refs/head/master'
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Use Node.js ${{ env.PRIMARY_NODE_VERSION }}
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit 713e9d3

Please sign in to comment.