Skip to content

Commit

Permalink
Exclude with include has limits
Browse files Browse the repository at this point in the history
  • Loading branch information
en-jschuetze authored Jan 15, 2025
1 parent da2fc99 commit 050c50d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
runs_on: ARM64
- platform: linux/amd64
runs_on: 'ubuntu-latest'
exclude:
- platform: none
# exclude:
# - platform: none
steps:
-
name: Prepare
Expand Down Expand Up @@ -151,8 +151,8 @@ jobs:
runs_on: ARM64
- platform: linux/amd64
runs_on: 'ubuntu-latest'
exclude:
- platform: none
#exclude:
# - platform: none
steps:
-
name: Prepare
Expand Down Expand Up @@ -223,8 +223,8 @@ jobs:
runs_on: ARM64
- platform: linux/amd64
runs_on: 'ubuntu-latest'
exclude:
- platform: none
#exclude:
# - platform: none
steps:
-
name: Prepare
Expand Down

0 comments on commit 050c50d

Please sign in to comment.