Skip to content

Commit

Permalink
chore: ci
Browse files Browse the repository at this point in the history
update vars in ci pipeline
  • Loading branch information
jlangy committed Oct 29, 2024
1 parent 9f6def2 commit 84ba0ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
shell: bash

- name: Set env to development
if: (github.ref == 'refs/heads/dev' && github.event_name == 'push')
if: (github.ref == 'refs/heads/ssoteam-2010' && github.event_name == 'push')
run: |
cat >> $GITHUB_ENV <<EOF
Expand Down

0 comments on commit 84ba0ad

Please sign in to comment.