Skip to content

Commit

Permalink
actions: Fix yaml files
Browse files Browse the repository at this point in the history
  • Loading branch information
ko1nksm committed May 11, 2024
1 parent a0e5678 commit 05e05ca
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dragonflybsd-6.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
FORCE_COLOR: 1

jobs:
dragonflybsd-6.4:
dragonflybsd-6_4:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'ci skip')"
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openbsd7.3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
FORCE_COLOR: 1

jobs:
openbsd-7.3:
openbsd-7_3:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'ci skip')"
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openbsd7.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
FORCE_COLOR: 1

jobs:
openbsd-7.4:
openbsd-7_4:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'ci skip')"
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openbsd7.5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
FORCE_COLOR: 1

jobs:
openbsd-7.5:
openbsd-7_5:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'ci skip')"
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/solaris-11.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
FORCE_COLOR: 1

jobs:
solaris-11.4:
solaris-11_4:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'ci skip')"
strategy:
Expand Down

0 comments on commit 05e05ca

Please sign in to comment.