Skip to content

Commit

Permalink
Removed unwanted keys
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoooo committed Mar 18, 2024
1 parent 0e3b3aa commit 68cfadd
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/ensembl-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
pull_request:
schedule:
- cron: "0 0 * * 1"
concurrency:
# # This item has no matching transformer
# maximum_number_of_builds: 0
jobs:
test:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -52,10 +49,6 @@ jobs:
- run: cp travisci/MultiTestDB.conf.travisci modules/t/MultiTestDB.conf
- run: mysql -u root -h localhost -e 'GRANT ALL PRIVILEGES ON *.* TO "travis"@"%"'
- run: "./travisci/harness.sh"
# # This item has no matching transformer
# - email:
# on_success: always
# on_failure: always
- uses: rtCamp/[email protected]
env:
SLACK_WEBHOOK: "${{ secrets.SLACK_WEBHOOK }}"
Expand Down Expand Up @@ -112,10 +105,6 @@ jobs:
- run: pip install -r requirements-test.txt
- run: pip install -e .
- run: pytest src/python/test
# # This item has no matching transformer
# - email:
# on_success: always
# on_failure: always
- uses: rtCamp/[email protected]
env:
SLACK_WEBHOOK: "${{ secrets.SLACK_WEBHOOK }}"
Expand Down Expand Up @@ -161,10 +150,6 @@ jobs:
- run: pip install -r requirements-test.txt
- run: pip install -e .
- run: pytest src/python/test
# # This item has no matching transformer
# - email:
# on_success: always
# on_failure: always
- uses: rtCamp/[email protected]
env:
SLACK_WEBHOOK: "${{ secrets.SLACK_WEBHOOK }}"
Expand Down

0 comments on commit 68cfadd

Please sign in to comment.