Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Commit

Permalink
disable nightly in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jimexist committed Mar 9, 2022
1 parent 368b50e commit d09e1a3
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
name: Python test
on:
push:
branches: [ main ]
branches: [main]
pull_request:
branches: [ main ]
branches: [main]

concurrency:
group: ${{ github.repository }}-${{ github.head_ref || github.sha }}-${{ github.workflow }}
Expand All @@ -33,12 +33,16 @@ jobs:
fail-fast: false
matrix:
python-version:
- "3.7"
- "3.10"
toolchain:
- stable
- beta
- nightly
- "stable"
- "beta"
# we are not that much eager in walking on the edge yet
# - nightly
# build stable for only 3.7
include:
- python-version: "3.7"
toolchain: "stable"
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit d09e1a3

Please sign in to comment.