Skip to content

Commit 713e9d3

Browse files
committed
chore: debug publish_canary_version
1 parent 4c7270b commit 713e9d3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@v2
20+
21+
- name: echo github.ref
22+
run: echo ${{ github.ref }}
23+
2024
- name: Use Node.js ${{ env.PRIMARY_NODE_VERSION }}
2125
uses: actions/setup-node@v1
2226
with:
@@ -140,9 +144,9 @@ jobs:
140144
name: Publish the latest code as a canary version
141145
runs-on: ubuntu-latest
142146
needs: [primary_code_validation_and_tests, unit_tests_on_other_node_versions, integration_tests]
143-
if: github.ref == 'refs/head/master'
147+
# if: github.ref == 'refs/head/master'
144148
steps:
145-
- uses: actions/checkout@v1
149+
- uses: actions/checkout@v2
146150
- name: Use Node.js ${{ env.PRIMARY_NODE_VERSION }}
147151
uses: actions/setup-node@v1
148152
with:

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy