Skip to content

Commit

Permalink
Changed action trigger to run on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Hedgemon4 committed Jan 23, 2024
1 parent 0d74af7 commit 90e68d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e_tests_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
# - opened
# - synchronize
# - ready_for_review
push:
pull-request:

env:
AWS_REGION: ca-central-1 # set this to your preferred AWS region, e.g. us-west-1
Expand Down Expand Up @@ -151,6 +151,6 @@ jobs:
- name: Create report and post on PR
uses: peter-evans/create-or-update-comment@v3
with:
issue-number: ${{ github.event.pull_request.number }}
issue-number: ${{ github.event.number }}
body-path: cypress/reports/test_results.md
token: ${{ secrets.PERSONAL_GITHUB_ACCESS_TOKEN }}

0 comments on commit 90e68d4

Please sign in to comment.