We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c5be88 commit c8b9748Copy full SHA for c8b9748
.github/workflows/ci.yml
@@ -39,6 +39,8 @@ jobs:
39
steps:
40
- name: Compute whether to skip builds and tests
41
id: get-should-skip
42
+ env:
43
+ GH_TOKEN: ${{ github.token }}
44
run: |
45
set -euxo pipefail
46
if ${{ startsWith(github.ref_name, 'pull-request/') }}; then
0 commit comments