We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6222585 commit d510fcbCopy full SHA for d510fcb
1 file changed
.github/workflows/google-cloudrun-docker.yml
@@ -149,3 +149,6 @@ jobs:
149
--http-method=POST \
150
--oauth-service-account-email=${{ vars.GCP_SA_EMAIL }}
151
fi
152
+
153
+ - name: Execute Cloud Run Job
154
+ run: gcloud run jobs execute ${{ env.JOB_NAME }} --region ${{ env.PROJECT_REGION }}
0 commit comments