File tree Expand file tree Collapse file tree 5 files changed +0
-12
lines changed Expand file tree Collapse file tree 5 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 2525 runs-on : ${{ matrix.os }}
2626 permissions :
2727 contents : ' read'
28- id-token : ' write'
2928 strategy :
3029 # Continue other builds even if one fails
3130 fail-fast : false
Original file line number Diff line number Diff line change 3333 runs-on : ${{ matrix.os }}
3434 permissions :
3535 contents : ' read'
36- id-token : ' write'
3736 strategy :
3837 # Continue other builds even if one fails
3938 fail-fast : false
Original file line number Diff line number Diff line change 7575 # in separate files to keep the size of this file under control. Note how
7676 # the additional jobs inherit any secrets needed to use the remote caches and
7777 # receive what version to checkout as an input.
78- external-account-integration :
79- name : External Account Integration
80- needs : [pre-flight]
81- uses : ./.github/workflows/external-account-integration.yml
82- with :
83- checkout-ref : ${{ needs.pre-flight.outputs.checkout-sha }}
84- secrets : inherit
8578 macos-bazel :
8679 # Build the full matrix only on push events to the default branch, or
8780 # when PR gets the has a `gha:full-build` label, or when it had the
@@ -160,7 +153,6 @@ jobs:
160153 name : Notify-Google-Chat
161154 # Wait until all the other jobs have completed.
162155 needs :
163- - external-account-integration
164156 - macos-bazel
165157 - macos-cmake
166158 - windows-bazel
Original file line number Diff line number Diff line change 2525 runs-on : windows-2022
2626 permissions :
2727 contents : ' read'
28- id-token : ' write'
2928 strategy :
3029 # Continue other builds even if one fails
3130 fail-fast : false
Original file line number Diff line number Diff line change 3333 runs-on : windows-2022
3434 permissions :
3535 contents : ' read'
36- id-token : ' write'
3736 strategy :
3837 # Continue other builds even if one fails
3938 fail-fast : false
You can’t perform that action at this time.
0 commit comments