Skip to content

Commit

Permalink
ci| fix "skip" passing only qouted qoutes
Browse files Browse the repository at this point in the history
  • Loading branch information
renefritze committed Mar 18, 2024
1 parent 9a4dcdf commit da49750
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,19 +60,19 @@ jobs:
- os: windows-2022
arch: "AMD64"
use_qemu: false
skip: ""
skip:
- os: windows-2022
arch: "x86"
use_qemu: false
skip: ""
skip:
- os: macos-11
arch: "x86_64"
use_qemu: false
skip: ""
skip:
- os: macos-11
arch: "arm64"
use_qemu: false
skip: ""
skip:

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit da49750

Please sign in to comment.