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 d0a8f6b commit bf082a3Copy full SHA for bf082a3
.github/workflows/default_gems.yml
@@ -24,15 +24,16 @@ jobs:
24
with:
25
token: ${{ (github.repository == 'ruby/ruby' && !startsWith(github.event_name, 'pull')) && secrets.MATZBOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
26
27
+ - id: gems
28
+ run: true
29
+ if: ${{ github.ref == 'refs/heads/master' }}
30
+
31
- uses: ./.github/actions/setup/directories
32
33
makeup: true
34
# Skip overwriting MATZBOT_GITHUB_TOKEN
35
checkout: '' # false (ref: https://github.com/actions/runner/issues/2238)
-
- - id: gems
- run: true
- if: ${{ github.ref == 'refs/heads/master' }}
36
+ if: ${{ steps.gems.outcome == 'success' }}
37
38
- name: Download previous gems list
39
run: |
0 commit comments