Skip to content

Commit

Permalink
ci: nightly only for now
Browse files Browse the repository at this point in the history
  • Loading branch information
da2ce7 committed Dec 3, 2023
1 parent 100eb00 commit 4be7ec8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/contract.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
toolchain: [stable, nightly]
toolchain: [nightly]

steps:
- id: checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
toolchain: [stable, nightly]
toolchain: [nightly]

steps:
- id: checkout
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

strategy:
matrix:
toolchain: [stable, nightly]
toolchain: [nightly]

steps:
- id: checkout
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:

strategy:
matrix:
toolchain: [stable, nightly]
toolchain: [nightly]

steps:
- id: checkout
Expand Down

0 comments on commit 4be7ec8

Please sign in to comment.