commit | d275cb1f386f173bc8778554ef1ccd6346c90448 | [log] [tgz] |
---|---|---|
author | Adam Sawicki <adam.sawicki@amd.com> | Wed Apr 02 16:15:00 2025 +0200 |
committer | Adam Sawicki <adam.sawicki@amd.com> | Wed Apr 02 16:15:00 2025 +0200 |
tree | 0e588f4ac1d53c4c5447ff0b686c70253cba8a62 | |
parent | 6aa1d8007a6f2515b7d5075d4d1e7e472b92a960 [diff] |
Some fixes in linux.yaml
diff --git a/.github/workflows/linux.yaml b/.github/workflows/linux.yaml index 5af52d8..623d958 100644 --- a/.github/workflows/linux.yaml +++ b/.github/workflows/linux.yaml
@@ -1,14 +1,15 @@ -name: linux +name: Build code on Linux -on: [push, pull_request] - -permissions: - contents: read +on: + push: + pull_request: + types: [opened] jobs: - build: + linux: runs-on: ubuntu-latest strategy: + fail-fast: false matrix: cxx: [g++-12, clang++-15] build_type: [Debug, Release]