Skip to content

Commit d228f1d

Browse files
authored
Disable artifacts until it works better (#187)
1 parent 28d988a commit d228f1d

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name: CI
22

3-
on: [push, pull_request]
3+
on: push
44

55
jobs:
66
build:
7-
if: github.repository == 'oneapi-src/oneAPI-spec'
87
runs-on: ubuntu-latest
98
container: rscohn2/oneapi-spec:latest
109
steps:
@@ -14,14 +13,4 @@ jobs:
1413
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID}}
1514
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY}}
1615
run: |
17-
python3 scripts/oneapi.py spec-venv
18-
. spec-venv/bin/activate
19-
python scripts/oneapi.py --branch $GITHUB_REF ci
20-
- name: Upload artifacts
21-
uses: actions/upload-artifact@v1
22-
with:
23-
name: oneapi-spec-artifacts
24-
path: |
25-
build/html
26-
build/spelling/output.txt
27-
build/latex/oneAPI-spec.pdf
16+
python3 scripts/oneapi.py --branch $GITHUB_REF ci

0 commit comments

Comments
 (0)