Skip to content

Commit

Permalink
Cleanup GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
romainthomas committed Dec 8, 2024
1 parent 5aa3d72 commit deffb40
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 137 deletions.
77 changes: 0 additions & 77 deletions .github/workflows/code-check.yml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/workflows/linux-x86-64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,19 +268,3 @@ jobs:
-e LIEF_S3_SECRET=$LIEF_S3_SECRET \
liefproject/deploy \
python3 /src/.github/deploy.py /runner_tmp/artifacts
#documentation:
# needs: [deploy]
# runs-on: ubuntu-latest
# container:
# image: liefproject/manylinux_2_28_x86_64
# env:
# CIRCLE_CI_URL: "https://circleci.com/api/v2/project/gh/lief-project/doc/pipeline"
# CIRCLE_CI_TOKEN: ${{ secrets.CIRCLE_CI_TOKEN }}
# steps:
# - name: Trigger documentation
# if: github.ref == 'refs/heads/main'
# run: |
# curl --request POST --url ${CIRCLE_CI_URL} \
# --header "Circle-Token: ${CIRCLE_CI_TOKEN}" \
# --header 'content-type: application/json' \
# --data '{"parameters":{"lief-branch":"main"}}'
44 changes: 0 additions & 44 deletions .github/workflows/sanitize.yml

This file was deleted.

0 comments on commit deffb40

Please sign in to comment.