Merge pull request #212 from SymbiFlow/non-preemptible

ci: add non-preemptible exceptions
This commit is contained in:
Karol Gugala 2021-11-05 13:07:08 +01:00 committed by GitHub
commit 6bfc60e0ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ jobs:
env: env:
LANG: "en_US.UTF-8" LANG: "en_US.UTF-8"
DEBIAN_FRONTEND: "noninteractive" DEBIAN_FRONTEND: "noninteractive"
GHA_PREEMPTIBLE: "false"
container: ${{matrix.os}}:${{matrix.os-version}} container: ${{matrix.os}}:${{matrix.os-version}}