Un-disable github actions :]

parent 604112c2
......@@ -19,7 +19,7 @@ jobs:
path: "~/.cache/bazel"
key: ${{ env.cache-name }}-${{ runner.os }}-${{ github.ref }}
restore-keys: |
${{ env.cache-name }}-${{ runner.os }}-master
${{ env.cache-name }}-${{ runner.os }}-main
- name: build
run: |
......
......@@ -2,9 +2,9 @@ name: build-and-test-perfcounters
on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]
jobs:
job:
......
name: build-and-test
on:
push: {}
pull_request: {}
push:
branches: [main]
pull_request:
branches: [main]
jobs:
# TODO: add 32-bit builds (g++ and clang++) for ubuntu
......
......@@ -2,9 +2,9 @@ name: pylint
on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]
jobs:
pylint:
......
......@@ -2,9 +2,9 @@ name: test-bindings
on:
push:
branches: [master]
branches: [main]
pull_request:
branches: [master]
branches: [main]
jobs:
python_bindings:
......
# How to release
* Make sure you're on master and synced to HEAD
* Make sure you're on main and synced to HEAD
* Ensure the project builds and tests run (sanity check only, obviously)
* `parallel -j0 exec ::: test/*_test` can help ensure everything at least
passes
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment