Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update linux.yml
  • Loading branch information
Yamashi authored Apr 16, 2022
commit 22dc48a1b4f0beb542ce55025becc927924c01c2
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
os: [ubuntu-20.04]
arch: [x64]
mode: [debug, release]
mode: [debug]

runs-on: ${{ matrix.os }}
if: "!contains(github.event.head_commit.message, 'ci skip')"
Expand Down