Skip to content

Commit

Permalink
Merge pull request #1076 from aeternity/ci/pipeline-changes
Browse files Browse the repository at this point in the history
ci: pipeline changes and e2e tests trigger fix
  • Loading branch information
mmpetarpeshev authored Feb 6, 2025
2 parents 17e80d7 + 55fc046 commit 6d88951
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/stg-pipeline-mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
app: ${{ env.APP }}

- name: Staging undeploy
if: github.event_name == 'pull_request_target' && github.event.action == 'closed' && startsWith(github.head_ref, 'release') != true
if: github.event.action == 'closed' && startsWith(github.head_ref, 'release') != true
uses: aeternity/ae-github-actions/argocd-undeploy@v5
with:
url-prefix: pr-${{ env.PR_NUMBER }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/stg-pipeline-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
app: ${{ env.APP }}

- name: Staging undeploy
if: github.event_name == 'pull_request_target' && github.event.action == 'closed' && startsWith(github.head_ref, 'release') != true
if: github.event.action == 'closed' && startsWith(github.head_ref, 'release') != true
uses: aeternity/ae-github-actions/argocd-undeploy@v5
with:
url-prefix: pr-${{ env.PR_NUMBER }}
Expand Down Expand Up @@ -150,6 +150,7 @@ jobs:
runs-on: ubuntu-22.04
name: E2E Tests
timeout-minutes: 20
if: github.event.action == 'opened' || github.event.action == 'synchronize'
steps:
- name: Check the PR deployment status before run E2E tests.
uses: aeternity/ae-github-actions/deploy-status@v7.1.0
Expand Down

0 comments on commit 6d88951

Please sign in to comment.