Skip to content

Commit d0fcdb4

Browse files
authored
ci: disable external account integration test (#15004)
1 parent 16613a1 commit d0fcdb4

File tree

5 files changed

+0
-12
lines changed

5 files changed

+0
-12
lines changed

.github/workflows/macos-bazel.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
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

.github/workflows/macos-cmake.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
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

.github/workflows/test-runner.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,6 @@ jobs:
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

.github/workflows/windows-bazel.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
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

.github/workflows/windows-cmake.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
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

0 commit comments

Comments
 (0)