diff --git a/.github/workflows/ensembl-production.yml b/.github/workflows/ensembl-production.yml index 120f6a2d2..a7fa18cfe 100644 --- a/.github/workflows/ensembl-production.yml +++ b/.github/workflows/ensembl-production.yml @@ -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 @@ -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/action-slack-notify@v2.2.1 env: SLACK_WEBHOOK: "${{ secrets.SLACK_WEBHOOK }}" @@ -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/action-slack-notify@v2.2.1 env: SLACK_WEBHOOK: "${{ secrets.SLACK_WEBHOOK }}" @@ -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/action-slack-notify@v2.2.1 env: SLACK_WEBHOOK: "${{ secrets.SLACK_WEBHOOK }}"