Skip to content

Commit

Permalink
run action
Browse files Browse the repository at this point in the history
  • Loading branch information
anhductn2001 committed Jan 23, 2024
1 parent e2da0ba commit 7b0bd08
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/e2e-fork.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
name: Tests / E2E Fork
on:
workflow_dispatch:
pull_request:
branches:
- main
paths-ignore:
- 'docs/**'
- '**.md'
- 'LICENSE'
push:

jobs:
# dynamically build a matrix of test/test suite pairs to run
Expand Down
13 changes: 12 additions & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,18 @@
name: Tests / E2E
on:
workflow_dispatch:
push:
pull_request:
types:
# trigger workflow if PR is opened directly as R4R.
- opened
# trigger workflow if changes are pushed to the branch.
- synchronize
# trigger workflow if PR is marked ready for review.
- ready_for_review
paths-ignore:
- 'docs/**'
- '**.md'
- 'LICENSE'

jobs:
# determine-image-tag will either output the PR number e.g. pr-1234 or the string main.
Expand Down

0 comments on commit 7b0bd08

Please sign in to comment.