Skip to content

Commit

Permalink
add conditional for running GCP step
Browse files Browse the repository at this point in the history
  • Loading branch information
elimt committed Dec 17, 2024
1 parent c835f33 commit 3ce3aa8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/enos-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ jobs:
role-skip-session-tagging: true
role-duration-seconds: 3600
- name: Configure GCP credentials
if: contains(matrix.filter, 'gcp')
id: gcp_auth
uses: google-github-actions/auth@55bd3a7c6e2ae7cf1877fd1ccb9d54c0503c457c # v2.1.2
with:
Expand Down

0 comments on commit 3ce3aa8

Please sign in to comment.