Skip to content

Commit

Permalink
Patch: disable preceding workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
HuangFuSL committed Aug 17, 2023
1 parent 83d4c4a commit 2d1c778
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,22 @@ jobs:
fetch-depth: 0
submodules: 'true'

- name: Test
if: inputs.deploy == false
env:
TEXINPUTS: "$PWD/third_party//:"
run: |
chown -R root:root $PWD
. /root/venv/bin/activate
python3 ./ci/deploy.py --dry-run
# - name: Test
# if: inputs.deploy == false
# env:
# TEXINPUTS: "$PWD/third_party//:"
# run: |
# chown -R root:root $PWD
# . /root/venv/bin/activate
# python3 ./ci/deploy.py --dry-run

- name: Save artifact
uses: actions/upload-artifact@v3
if: inputs.deploy == false
with:
name: github.head_ref
path: |
./build
# - name: Save artifact
# uses: actions/upload-artifact@v3
# if: inputs.deploy == false
# with:
# name: github.head_ref
# path: |
# ./build

- name: Set up Deploy Environment
# if: inputs.deploy
Expand Down

0 comments on commit 2d1c778

Please sign in to comment.