Skip to content

Commit

Permalink
build: dummy change to trigger action
Browse files Browse the repository at this point in the history
  • Loading branch information
ollie-bell committed Sep 22, 2024
1 parent 8ede008 commit ce5f1d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/trigger-tz-solve-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
- name: Trigger tz-solve build
run: |
gcloud builds triggers run tz-solve-build \
--project="tz-analysis-compute" \
--region="europe-west2" \
--branch="main" \
--substitutions=_REF=${{ github.ref_name }}
--project=tz-analysis-compute \
--region=europe-west2 \
--branch=main \
--substitutions=_REF=${{ github.ref_name }} \
--verbosity=debug

0 comments on commit ce5f1d4

Please sign in to comment.