Skip to content

Commit 6091d98

Browse files
authored
Update main.yml
1 parent de7312d commit 6091d98

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,16 @@ defaults:
1010
shell: bash
1111

1212
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 }}"
2121

2222
fastcore:
23-
needs: filter
2423
strategy:
2524
fail-fast: false
2625
matrix:
@@ -52,7 +51,6 @@ jobs:
5251
SHELL: ${{ matrix.shell }}
5352

5453
nbdev-integration-test:
55-
needs: filter
5654
runs-on: ubuntu-latest
5755
steps:
5856
- name: Set up Python
@@ -77,8 +75,6 @@ jobs:
7775
cd nbdev && make test
7876
7977
fastai-integration-test:
80-
needs: filter
81-
# container: fastai/fastai
8278
runs-on: ubuntu-latest
8379
env:
8480
download: "true"

0 commit comments

Comments
 (0)