Skip to content

Commit

Permalink
runs-on; no push run
Browse files Browse the repository at this point in the history
  • Loading branch information
antalszava committed Mar 16, 2021
1 parent 15013be commit e1f3294
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Benchmarking
on:
push:
branches:
- master
pull_request:

jobs:
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@ on:
jobs:
cpptests:
name: C++ tests
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-18.04]

runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit e1f3294

Please sign in to comment.