From e06c18279e4668285e12eb54e296bf9a15025244 Mon Sep 17 00:00:00 2001 From: "Helmut K. C. Tessarek" Date: Tue, 6 Feb 2024 12:31:46 -0500 Subject: [PATCH] ci(shuttle): fix deployment (#236) * ci(shuttle): fix deployment * chore: add dummy file to trigger pipeline * chore: remove dummy file to trigger pipeline * ci(shuttle): remove dorny/paths-filter --- .github/workflows/shuttle.yml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/.github/workflows/shuttle.yml b/.github/workflows/shuttle.yml index 36894af..81218b4 100644 --- a/.github/workflows/shuttle.yml +++ b/.github/workflows/shuttle.yml @@ -6,9 +6,6 @@ on: - master tags: - "v*.*.*" - pull_request: - branches: - - master workflow_dispatch: jobs: @@ -24,12 +21,6 @@ jobs: toolchain: stable profile: minimal override: true - - uses: dorny/paths-filter@v3 - id: changes - with: - filters: | - manifest: - - 'Cargo.**' - name: Install cargo-binstall uses: taiki-e/install-action@cargo-binstall - name: Install cargo-shuttle @@ -40,11 +31,7 @@ jobs: - name: Build run: cargo build --locked --verbose - name: Deploy - if: | - ${{ startsWith(github.event.ref, 'refs/tags/v') || - github.event_name == 'workflow_dispatch' || - steps.changes.outputs.manifest == 'true' - }} + if: ${{ startsWith(github.ref, 'refs/tags/v') || github.event_name == 'workflow_dispatch' }} run: | cargo shuttle login --api-key ${{ secrets.SHUTTLE_TOKEN }} cargo shuttle project restart