diff --git a/.env.example b/.env.example index b0f1ec6..7e4d84e 100644 --- a/.env.example +++ b/.env.example @@ -8,4 +8,4 @@ DB_HOST=127.0.0.1 DB_PORT=5432 DB_USER=root DB_PASSWORD=root -DB_DATABASE=app \ No newline at end of file +DB_DATABASE=app diff --git a/.github/event.json b/.github/event.json new file mode 100644 index 0000000..35175f5 --- /dev/null +++ b/.github/event.json @@ -0,0 +1,3 @@ +{ + "act": true +} \ No newline at end of file diff --git a/.github/workflows/dev-ci.yaml b/.github/workflows/dev-ci.yaml index bb2a400..c458990 100644 --- a/.github/workflows/dev-ci.yaml +++ b/.github/workflows/dev-ci.yaml @@ -58,6 +58,7 @@ jobs: - name: Run tests run: pnpm run test build: + if: ${{ !github.event.act }} needs: [extract-version, test] uses: hypolia/infrastructure/.github/workflows/gcp-cloud-build.yaml@main with: