Skip to content

Commit

Permalink
fix: docker integration test (#583)
Browse files Browse the repository at this point in the history
  • Loading branch information
verbanicm committed Nov 9, 2022
1 parent 35a5104 commit 6c0e954
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/setup-gcloud-it.yml
Expand Up @@ -192,14 +192,9 @@ jobs:
docker:
if: ${{ github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name && github.actor != 'dependabot[bot]' }}
name: 'setup-gcloud with docker-based steps'
runs-on: ${{ matrix.os }}
runs-on: 'ubuntu-latest'
strategy:
fail-fast: false
matrix:
os:
- 'ubuntu-latest'
- 'windows-latest'
- 'macos-latest'

permissions:
id-token: 'write'
Expand Down

0 comments on commit 6c0e954

Please sign in to comment.