Skip to content

Commit

Permalink
SCALRCORE-33340: GH Actions: Ignore missing branches on requesting pr… (
Browse files Browse the repository at this point in the history
  • Loading branch information
AKramarenko authored Dec 13, 2024
1 parent 002158c commit 0b892c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ jobs:
id: create-preview-env
with:
ref: ${{ github.head_ref || github.ref_name }}
ignore_missing_branches: true
github_token: ${{ steps.generate_token.outputs.token }}
google_cloud_credentials: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}
run_prefix: e2e-provider-default
Expand Down

0 comments on commit 0b892c8

Please sign in to comment.