Skip to content

Commit

Permalink
Disable some workflow jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
prettymuchbryce committed Feb 3, 2023
1 parent 60e56f3 commit 6a7afbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sims.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
needs:
[test-sim-multi-seed-short, test-sim-after-import, test-sim-import-export]
runs-on: ubuntu-latest
if: ${{ success() }}
if: ${{ false }} # Disabled due to requiring Slack integration
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
needs:
[test-sim-multi-seed-short, test-sim-after-import, test-sim-import-export]
runs-on: ubuntu-latest
if: ${{ failure() }}
if: ${{ false }} # Disabled due to requiring Slack integration
steps:
- name: Notify Slack on failure
uses: rtCamp/action-slack-notify@v2.2.0
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ jobs:
path: ./tests/e2e-profile.out

repo-analysis:
if: ${{ false }} # Disabled due to requiring SonarCloud integration
runs-on: ubuntu-latest
needs: [tests, test-integration, test-e2e]
steps:
Expand Down

0 comments on commit 6a7afbc

Please sign in to comment.