Un-disable github actions :]

parent 604112c2
...@@ -19,7 +19,7 @@ jobs: ...@@ -19,7 +19,7 @@ jobs:
path: "~/.cache/bazel" path: "~/.cache/bazel"
key: ${{ env.cache-name }}-${{ runner.os }}-${{ github.ref }} key: ${{ env.cache-name }}-${{ runner.os }}-${{ github.ref }}
restore-keys: | restore-keys: |
${{ env.cache-name }}-${{ runner.os }}-master ${{ env.cache-name }}-${{ runner.os }}-main
- name: build - name: build
run: | run: |
......
...@@ -2,9 +2,9 @@ name: build-and-test-perfcounters ...@@ -2,9 +2,9 @@ name: build-and-test-perfcounters
on: on:
push: push:
branches: [ master ] branches: [ main ]
pull_request: pull_request:
branches: [ master ] branches: [ main ]
jobs: jobs:
job: job:
......
name: build-and-test name: build-and-test
on: on:
push: {} push:
pull_request: {} branches: [main]
pull_request:
branches: [main]
jobs: jobs:
# TODO: add 32-bit builds (g++ and clang++) for ubuntu # TODO: add 32-bit builds (g++ and clang++) for ubuntu
......
...@@ -2,9 +2,9 @@ name: pylint ...@@ -2,9 +2,9 @@ name: pylint
on: on:
push: push:
branches: [ master ] branches: [ main ]
pull_request: pull_request:
branches: [ master ] branches: [ main ]
jobs: jobs:
pylint: pylint:
......
...@@ -2,9 +2,9 @@ name: test-bindings ...@@ -2,9 +2,9 @@ name: test-bindings
on: on:
push: push:
branches: [master] branches: [main]
pull_request: pull_request:
branches: [master] branches: [main]
jobs: jobs:
python_bindings: python_bindings:
......
# How to release # 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) * Ensure the project builds and tests run (sanity check only, obviously)
* `parallel -j0 exec ::: test/*_test` can help ensure everything at least * `parallel -j0 exec ::: test/*_test` can help ensure everything at least
passes 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