Skip to content

Commit 30a0284

Browse files
committed
trigger on push test
1 parent a0f8113 commit 30a0284

File tree

2 files changed

+26
-37
lines changed

2 files changed

+26
-37
lines changed

.github/workflows/tutorial_exporter.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
branches:
77
- "dev"
88
- "master"
9+
- "workflow_tut"
910
paths:
1011
- 'tutorials/**/*.ipynb'
1112

@@ -43,6 +44,9 @@ jobs:
4344
git config user.name "github-actions[bot]"
4445
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
4546
47+
- name: Run formatter
48+
run: black tutorials/
49+
4650
- name: Export tutorials to .py and .html
4751
run: |
4852
set -x
@@ -58,9 +62,6 @@ jobs:
5862
done
5963
set +x
6064
61-
- name: Run formatter
62-
run: black tutorials/
63-
6465
- uses: benjlevesque/[email protected]
6566
id: short-sha
6667

@@ -105,6 +106,9 @@ jobs:
105106
git config user.name "github-actions[bot]"
106107
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
107108
109+
- name: Run formatter
110+
run: black tutorials/
111+
108112
- name: Export tutorials to .py and .html
109113
run: |
110114
set -x
@@ -119,9 +123,6 @@ jobs:
119123
done
120124
set +x
121125
122-
- name: Run formatter
123-
run: black tutorials/
124-
125126
- uses: benjlevesque/[email protected]
126127
id: short-sha
127128

0 commit comments

Comments
 (0)