Skip to content

Commit

Permalink
feat: move nightly wan to its own file and enable other workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
RolandSherwin committed Feb 2, 2024
1 parent 5fa5945 commit 4109bb8
Show file tree
Hide file tree
Showing 5 changed files with 1,104 additions and 658 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/benchmark-prs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: PR Benchmarks

# on: pull_request
on:
merge_group:
branches: [main]
on: pull_request

env:
CARGO_INCREMENTAL: '0'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/memcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
# the merge run checks should show on master and enable this clear test/passing history
merge_group:
branches: [main]
# pull_request:
# branches: ["*"]
pull_request:
branches: ["*"]

env:
SAFE_DATA_PATH: /home/runner/.local/share/safe
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
# the merge run checks should show on master and enable this clear test/passing history
merge_group:
branches: [main]
# pull_request:
# branches: ["*"]
pull_request:
branches: ["*"]

env:
CARGO_INCREMENTAL: 0 # bookkeeping for incremental builds has overhead, not useful in CI.
Expand Down
Loading

0 comments on commit 4109bb8

Please sign in to comment.