Skip to content

Commit cc9e920

Browse files
committed
Remove workflow and trigger the hash-generation as well on workflow-change;
1 parent b9f4ac1 commit cc9e920

File tree

2 files changed

+9
-40
lines changed

2 files changed

+9
-40
lines changed

.github/workflows/nix_adapt_hashes.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
name: Adapt Nix hashes
22
on:
3-
workflow_call: # 🚧 To-do: Remove this debug code.
3+
workflow_dispatch: {} # 🚧 To-do: Remove this debug code.
44
pull_request:
55
branches:
66
- master
77
paths:
8+
- ".github/workflows/nix_adapt_hashes.yaml"
9+
- "go.mod"
10+
- "go.sum"
11+
push:
12+
branches:
13+
- master
14+
paths:
15+
- ".github/workflows/nix_adapt_hashes.yaml"
816
- "go.mod"
917
- "go.sum"
1018

.github/workflows/tidy_go_mod.yaml

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)