We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72aed62 commit 250a911Copy full SHA for 250a911
.github/workflows/build.yml
@@ -280,6 +280,8 @@ jobs:
280
name: Upload Artifacts
281
needs: job_build
282
runs-on: ubuntu-latest
283
+ # Build artifacts are only needed for releasing workflow.
284
+ if: startsWith(github.ref, 'refs/heads/release/')
285
steps:
286
- name: Check out current commit (${{ github.sha }})
287
uses: actions/checkout@v2
0 commit comments