File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7575 upstream_branches : ${{ steps.set-upstream-branches.outputs.upstream_branches }}
7676 downstream_branch : ${{ steps.set-downstream-branch.outputs.downstream_branch }}
7777 code_ownership : ${{ steps.set-code-ownership.outputs.code_ownership }}
78+ calculate_diffs_without_upstream :
79+ needs : initialize
80+ runs-on : ubuntu-latest
81+ if : ${{ needs.initialize.outputs.upstream_branches == '' }}
82+ steps :
83+ - name : BLAH
84+ run : |
85+ set -eux
86+ echo "hello there's no upstream"
7887 calculate_diffs :
7988 needs : initialize
89+ # Check if there's any diff to perform
90+ if : ${{ needs.initialize.outputs.upstream_branches != '' }}
8091 runs-on : ubuntu-latest
8192 strategy :
8293 fail-fast : false
Original file line number Diff line number Diff line change @@ -36,6 +36,11 @@ repos:
3636 - id : end-of-file-fixer
3737 - id : mixed-line-ending
3838 - id : trailing-whitespace
39+ - repo : https://github.com/SortaCookie/actionlint
40+ rev : v1.7.7
41+ hooks :
42+ - id : actionlint
43+ files : ^.github/
3944- repo : local
4045 hooks :
4146 - id : chromium-pre-commit
You can’t perform that action at this time.
0 commit comments