diff --git a/.github/workflows/deploy_cloudrun_machine_learning.yml b/.github/workflows/deploy_cloudrun_machine_learning.yml index eb18b269..e2ba527a 100644 --- a/.github/workflows/deploy_cloudrun_machine_learning.yml +++ b/.github/workflows/deploy_cloudrun_machine_learning.yml @@ -5,6 +5,8 @@ on: branches: - develop - feature/machine-learning/cicd + paths: + - "machine-learning/**" permissions: contents: read @@ -31,6 +33,7 @@ jobs: with: workload_identity_provider: ${{ secrets.WORKLOAD_IDENTITY_PROVIDER }} service_account: ${{ secrets.SERVICE_ACCOUNT }} + access_token_lifetime: 1200s - name: Build Docker image run: |