diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 0a43dc4a3f7..6663ede2174 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -40,6 +40,10 @@ jobs: runs-on: ${{ matrix.os }} name: Create installer and portable version for ${{ matrix.displayName }} steps: + - name: Cancel Previous Runs + uses: styfle/cancel-workflow-action@0.5.0 + with: + access_token: ${{ github.token }} - name: Fetch all history for all tags and branches uses: actions/checkout@v2 with: diff --git a/.github/workflows/snap.yml b/.github/workflows/snap.yml index 04f9ee9f41c..dad9960111a 100644 --- a/.github/workflows/snap.yml +++ b/.github/workflows/snap.yml @@ -12,7 +12,6 @@ jobs: build: runs-on: ubuntu-latest name: Create snapcraft image - steps: - name: Check secrets presence id: checksecrets diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8f17212f630..05c03a4594f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,6 +17,10 @@ jobs: name: Checkstyle runs-on: ubuntu-latest steps: + - name: Cancel Previous Runs + uses: styfle/cancel-workflow-action@0.5.0 + with: + access_token: ${{ github.token }} - name: Checkout source uses: actions/checkout@v2 - name: Set up JDK