From ec2c9d3a973493a63bb67c8398f4bb222d3786ab Mon Sep 17 00:00:00 2001 From: Helder Pinto Date: Tue, 9 Apr 2024 09:10:57 +0100 Subject: [PATCH] devnew cleanup disambiguation --- .github/workflows/cleanup-dev-new.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cleanup-dev-new.yml b/.github/workflows/cleanup-dev-new.yml index 1c78f87..caeea2a 100644 --- a/.github/workflows/cleanup-dev-new.yml +++ b/.github/workflows/cleanup-dev-new.yml @@ -7,9 +7,11 @@ permissions: id-token: write contents: read jobs: - AOE-CD: + AOE-CLEANUP: environment: devnew runs-on: ubuntu-latest + if: github.ref == 'refs/heads/dev' + steps: - run: echo "This job is now running on a ${{ runner.os }} server hosted by GitHub for the ${{ github.ref }} branch of the ${{ github.repository }} repository!" - name: Installing modules