Skip to content

Commit

Permalink
skip tests and remove schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
karan-batavia committed Jun 6, 2024
1 parent 327a35e commit 1ebba27
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/gh_release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: gh packages release
on:
schedule:
- cron: "0 7 * * *" # run once daily
workflow_dispatch: # allow to manually trigger this workflow
jobs:
release:
Expand Down Expand Up @@ -29,10 +27,10 @@ jobs:
- name: Delete `.cargo` directory # to save disk space
run: rm -rf /home/runner/.cargo
if: runner.os == 'Linux'
- run: sbt scalafmtCheck test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: export GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} && ./testDistro.sh
# - run: sbt scalafmtCheck test
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# - run: export GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} && ./testDistro.sh
- run: |
cd joern-cli/target/universal/stage
./schema-extender/test.sh
Expand Down

0 comments on commit 1ebba27

Please sign in to comment.