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 072ce5f commit 955a1b2Copy full SHA for 955a1b2
.github/workflows/build.yml
@@ -228,7 +228,7 @@ jobs:
228
timeout-minutes: 15
229
runs-on: ubuntu-latest
230
# Size Check will error out outside of the context of a PR
231
- if: github.event_name == 'pull_request' || startsWith(github.ref, 'refs/heads/master/')
+ if: github.event_name == 'pull_request' || github.ref == 'refs/heads/master'
232
steps:
233
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
234
uses: actions/checkout@v3
0 commit comments