Browse Source

debug

pull/720/head
Rinne 2 years ago
parent
commit
ff9e4f2a94
No known key found for this signature in database GPG Key ID: E86D01E1809BD23E
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      .github/workflows/benchmark.yml
  2. +2
    -2
      .github/workflows/main.yml

+ 1
- 1
.github/workflows/benchmark.yml View File

@@ -10,7 +10,7 @@ concurrency:

jobs:
linux-benchmark-cuda:
if: contains(github.event.pull_request.labels.*.name, 'benchmark') && !contains(github.event.pull_request.labels.*.name, 'benchmark')
if: contains(github.event.pull_request.labels.*.name, 'benchmark')
runs-on: linux-x64-2080ti

strategy:


+ 2
- 2
.github/workflows/main.yml View File

@@ -1,9 +1,9 @@
name: Unit Test
on:
push:
branches: [master]
branches: [placeholder]
pull_request:
branches: [master]
branches: [placeholder]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true


Loading…
Cancel
Save