We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d2717bb + eb85768 commit 06f3a62Copy full SHA for 06f3a62
.github/workflows/update-circt.yml
.github/workflows/update-circt.yml.disabled
@@ -0,0 +1,27 @@
1
+# DISABLED: This workflow is temporarily disabled
2
+
3
+# name: update-circt
4
5
+# # update weekly
6
+# on:
7
+# schedule:
8
+# - cron: 0 0 * * 1
9
10
+# defaults:
11
+# run:
12
+# shell: bash -leo pipefail {0}
13
14
+# jobs:
15
+# update-circt:
16
17
+# runs-on: ubuntu-latest
18
+# steps:
19
+# - name: Update CIRCT
20
+# uses: circt/update-circt@v1
21
+# with:
22
+# user: 'bartender'
23
+# email: '[email protected]'
24
+# pr-reviewers: ''
25
+# pr-labels: 'changelog:changed'
26
+# circt-config: './conda-reqs/circt.json'
27
+# github-token: ${{ secrets.BARTENDER_PERSONAL_ACCESS_TOKEN }}
0 commit comments