Skip to content

Commit

Permalink
automated tests should only run: (a) When the PR is created (b) When …
Browse files Browse the repository at this point in the history
…a commit is made to an open PR
  • Loading branch information
ElishaKay committed Aug 16, 2024
1 parent 1eb7d3e commit 3a8b066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: GitHub Actions Workflow
run-name: ${{ github.actor }} has started docker build workflow.
on:
pull_request:
types: [opened, edited, ready_for_review, synchronize]
types: [opened, synchronize]
jobs:
docker:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3a8b066

Please sign in to comment.