diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index 206dd65..53065fb 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -13,4 +13,5 @@ jobs: project-id: ${{ secrets.PROJECT_ID }} config-files: ./app.yml delete-previous-versions: true + no-cache: true debug: true \ No newline at end of file