Skip to content

Commit

Permalink
Remove dev branch in GPU workflows (#3539)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvpatel2000 authored Aug 8, 2024
1 parent 14f5445 commit bad3f0c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/code-quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
code-quality:
runs-on: ubuntu-20.04
timeout-minutes: 15
if: github.repository_owner == 'mosaicml'
strategy:
matrix:
python_version:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
# or dev
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' && github.ref != 'refs/heads/dev' }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
jobs:
pytest-gpu-1:
uses: mosaicml/ci-testing/.github/workflows/pytest-gpu.yaml@v0.0.9
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/smoketest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
smoketest:
runs-on: ubuntu-20.04
timeout-minutes: 10
if: github.repository_owner == 'mosaicml'
strategy:
matrix:
python_version:
Expand Down

0 comments on commit bad3f0c

Please sign in to comment.