Skip to content

Commit 2ad6176

Browse files
committed
undo deploy test
1 parent 3234854 commit 2ad6176

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/job-bq2sftp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
name: Deploy bq2sftp to GAR
3434
runs-on: ubuntu-latest
3535
needs: [build-job-bq2sftp]
36-
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/migrate-to-gha'
36+
if: github.ref == 'refs/heads/main'
3737
permissions:
3838
id-token: write
3939
contents: read

jobs/bq2sftp/ci_job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
name: Deploy bq2sftp to GAR
2222
runs-on: ubuntu-latest
2323
needs: [build-job-bq2sftp]
24-
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/migrate-to-gha'
24+
if: github.ref == 'refs/heads/main'
2525
permissions:
2626
id-token: write
2727
contents: read

0 commit comments

Comments
 (0)