File tree Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -10,17 +10,16 @@ defaults:
10
10
shell : bash
11
11
12
12
jobs :
13
- filter :
14
- runs-on : ubuntu-latest
15
- if : (github.event_name == 'push' && github.event.head_commit.author.username == 'jph00') || github.event_name != 'push'
16
- steps :
17
- - run : |
18
- echo "passed filter"
19
- echo "event_name: ${{ github.event_name }}"
20
- echo "head_commit.author.username: ${{ github.event.head_commit.author.username }}"
13
+ # filter:
14
+ # runs-on: ubuntu-latest
15
+ # if: (github.event_name == 'push' && github.event.head_commit.author.username == 'jph00') || github.event_name != 'push'
16
+ # steps:
17
+ # - run: |
18
+ # echo "passed filter"
19
+ # echo "event_name: ${{ github.event_name }}"
20
+ # echo "head_commit.author.username: ${{ github.event.head_commit.author.username }}"
21
21
22
22
fastcore :
23
- needs : filter
24
23
strategy :
25
24
fail-fast : false
26
25
matrix :
52
51
SHELL : ${{ matrix.shell }}
53
52
54
53
nbdev-integration-test :
55
- needs : filter
56
54
runs-on : ubuntu-latest
57
55
steps :
58
56
- name : Set up Python
77
75
cd nbdev && make test
78
76
79
77
fastai-integration-test :
80
- needs : filter
81
- # container: fastai/fastai
82
78
runs-on : ubuntu-latest
83
79
env :
84
80
download : " true"
You can’t perform that action at this time.
0 commit comments