Skip to content

Commit

Permalink
Disable other CIs while we test if the new one is working as expected
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelosalloum committed Jul 18, 2024
1 parent a5908dd commit c45be7d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/anchor_platform_integration_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- "release/**"
- "releases/**"
- "hotfix/**"
pull_request:
# pull_request: # TODO: re-enable this trigger before merging the PR
workflow_call: # allows this workflow to be called from another workflow

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- "release/**"
- "releases/**"
- "hotfix/**"
pull_request:
# pull_request: # TODO: re-enable this trigger before merging the PR
workflow_call: # allows this workflow to be called from another workflow

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e_integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- "release/**"
- "releases/**"
- "hotfix/**"
pull_request:
# pull_request: # TODO: re-enable this trigger before merging the PR
workflow_call: # allows this workflow to be called from another workflow

env:
Expand Down

0 comments on commit c45be7d

Please sign in to comment.