Skip to content

Commit

Permalink
Disable CI triggers while we're testing things.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelosalloum committed Nov 19, 2024
1 parent c3749d8 commit d75c3e5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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 @@ -4,7 +4,7 @@ on:
push:
branches:
- main
pull_request:
# pull_request:
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 @@ -4,7 +4,7 @@ on:
push:
branches:
- main
pull_request:
# pull_request:
workflow_call: # allows this workflow to be called from another workflow

jobs:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/e2e_integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
max-parallel: 1
matrix:
platform:
- "Stellar-phone" # Stellar distribution account where receivers are registered with their phone number
# - "Stellar-phone" # Stellar distribution account where receivers are registered with their phone number
- "Stellar-phone-wallet" # Stellar distribution account where receivers are registered with their phone number and wallet address
- "Stellar-email" # Stellar distribution account where receivers are registered with their email
- "Circle-phone" # Circle distribution account where receivers are registered with their email
# - "Stellar-email" # Stellar distribution account where receivers are registered with their email
# - "Circle-phone" # Circle distribution account where receivers are registered with their email
include:
- platform: "Stellar-phone"
environment: "Receiver Registration - E2E Integration Tests (Stellar)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- "release/**"
- "releases/**"
- "hotfix/**"
pull_request:
# pull_request:

env:
USER_EMAIL: "[email protected]"
Expand Down

0 comments on commit d75c3e5

Please sign in to comment.