Skip to content

Commit

Permalink
Do not run CI on beta or nightly (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wojtek242 committed Apr 21, 2024
1 parent a4a44d2 commit fc3a97d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 28 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/00-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,26 +15,13 @@ jobs:
os: 'ubuntu-latest'
toolchain: 'stable'

linux-build-and-test-beta:
uses: './.github/workflows/01-build-and-test-unix.yml'
with:
os: 'ubuntu-latest'
toolchain: 'beta'

linux-build-and-test-msrv:
uses: './.github/workflows/01-build-and-test-unix.yml'
with:
os: 'ubuntu-latest'
toolchain: '1.63'
msrv: true

# Nightly check is performed on ubuntu only.
linux-build-and-test-nightly:
uses: './.github/workflows/01-build-and-test-unix.yml'
with:
os: 'ubuntu-latest'
toolchain: 'nightly'

linux-coverage-stable:
uses: './.github/workflows/02-coverage.yml'
with:
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/00-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ jobs:
os: 'macos-latest'
toolchain: 'stable'

macos-build-and-test-beta:
uses: './.github/workflows/01-build-and-test-unix.yml'
with:
os: 'macos-latest'
toolchain: 'beta'

macos-build-and-test-msrv:
uses: './.github/workflows/01-build-and-test-unix.yml'
with:
Expand Down
9 changes: 0 additions & 9 deletions .github/workflows/00-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,6 @@ jobs:
NPCAP_OEM_PASSWORD: ${{ secrets.NPCAP_OEM_PASSWORD }}
NPCAP_OEM_USERNAME: ${{ secrets.NPCAP_OEM_USERNAME }}

windows-build-and-test-beta:
uses: './.github/workflows/01-build-and-test-windows.yml'
with:
os: 'windows-latest'
toolchain: 'beta'
secrets:
NPCAP_OEM_PASSWORD: ${{ secrets.NPCAP_OEM_PASSWORD }}
NPCAP_OEM_USERNAME: ${{ secrets.NPCAP_OEM_USERNAME }}

windows-build-and-test-msrv:
uses: './.github/workflows/01-build-and-test-windows.yml'
with:
Expand Down

0 comments on commit fc3a97d

Please sign in to comment.