Skip to content

Commit c8adffe

Browse files
committed
Merge branch 'master' into tsv-disabling
2 parents b16c8b6 + d347d68 commit c8adffe

File tree

197 files changed

+4994
-3259
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

197 files changed

+4994
-3259
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: gitspiegel sync
2+
3+
# This workflow doesn't do anything, it's only use is to trigger "workflow_run"
4+
# webhook, that'll be consumed by gitspiegel
5+
# This way, gitspiegel won't do mirroring, unless this workflow runs,
6+
# and running the workflow is protected by GitHub
7+
8+
on:
9+
pull_request:
10+
types:
11+
- opened
12+
- synchronize
13+
- unlocked
14+
- ready_for_review
15+
- reopened
16+
17+
jobs:
18+
sync:
19+
runs-on: ubuntu-latest
20+
steps:
21+
- name: Do nothing
22+
run: echo "let's go"

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
**/._*
1818
**/.criterion/
1919
**/*.rs.bk
20-
**/chains/
2120
**/hfuzz_target/
2221
**/hfuzz_workspace/
2322
**/node_modules

0 commit comments

Comments
 (0)