Skip to content

Commit

Permalink
chore(ci): trigger workflow manually (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
anhductn2001 authored Oct 16, 2024
1 parent 97b6b38 commit cfa9e08
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,6 @@ name: E2E Tests

on:
workflow_dispatch:
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'

permissions:
contents: read
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/e2e_test_upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,6 @@ name: E2E Tests Upgrade

on:
workflow_dispatch:
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:
- 'app/upgrades/**'

permissions:
contents: read
Expand Down

0 comments on commit cfa9e08

Please sign in to comment.