Skip to content

Commit

Permalink
GAT-2878: Remove test data
Browse files Browse the repository at this point in the history
  • Loading branch information
soringumeni1 committed Oct 30, 2023
1 parent bb6b598 commit 3dbb1bd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/dev_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ run-name: ${{ github.actor }} triggered deploy to DEV pipeline
on:
push:
branches:
- 'dev'
- 'GAT-2878'
- 'main'

env:
PROJECT_ID: '${{ secrets.PROJECT_ID }}'
Expand All @@ -23,7 +22,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
ref: GAT-2878
ref: main

- name: Read VERSION file
id: getversion
Expand Down Expand Up @@ -71,7 +70,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
ref: GAT-2878
ref: main

- name: Google Auth
id: auth
Expand Down

0 comments on commit 3dbb1bd

Please sign in to comment.