Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#11878] Revert "Enable CI on account request form branch" #13049

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/axe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ on:
branches:
- master
- release
- account-request-form
pull_request:
branches:
- master
- release
- account-request-form
jobs:
axe-testing:
runs-on: ubuntu-latest
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ on:
branches:
- master
- release
- account-request-form
pull_request:
branches:
- master
- release
- account-request-form
schedule:
- cron: "0 0 * * *" #end of every day
jobs:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/e2e-sql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ on:
branches:
- master
- release
- account-request-form
pull_request:
branches:
- master
- release
- account-request-form
schedule:
- cron: "0 0 * * *" #end of every day
jobs:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ on:
branches:
- master
- release
- account-request-form
pull_request:
branches:
- master
- release
- account-request-form
schedule:
- cron: "0 0 * * *" #end of every day
jobs:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/jdk17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- master
- account-request-form

jobs:
lint:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/lnp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
branches:
- master
- release
- account-request-form
schedule:
- cron: "0 0 * * *" # end of every day
jobs:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
- reopened
branches:
- master
- account-request-form

jobs:
check-pr:
Expand Down
Loading