We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3234854 commit 2ad6176Copy full SHA for 2ad6176
.github/workflows/job-bq2sftp.yml
@@ -33,7 +33,7 @@ jobs:
33
name: Deploy bq2sftp to GAR
34
runs-on: ubuntu-latest
35
needs: [build-job-bq2sftp]
36
- if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/migrate-to-gha'
+ if: github.ref == 'refs/heads/main'
37
permissions:
38
id-token: write
39
contents: read
jobs/bq2sftp/ci_job.yaml
@@ -21,7 +21,7 @@
21
22
23
24
25
26
27
0 commit comments