Skip to content

Commit

Permalink
Merge pull request #9521 from camptocamp/cleanup
Browse files Browse the repository at this point in the history
Cleanup CI
  • Loading branch information
sbrunner authored Oct 30, 2024
2 parents 74a3107 + 2224e71 commit 1c68af2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ jobs:
PATH: /bin:/usr/bin:/usr/local/bin:/home/runner/.local/bin

steps:
- name: GitHub event
run: echo ${GITHUB_EVENT} | python3 -m json.tool
env:
GITHUB_EVENT: ${{ toJson(github) }}
- run: '! ls BACKPORT_TODO'
- run: /opt/google/chrome/chrome --version

- name: Get sha
Expand All @@ -58,6 +53,8 @@ jobs:
ref: ${{ steps.sha.outputs.sha }}
if: github.event_name == 'pull_request_target'

- run: '! ls BACKPORT_TODO'

- uses: actions/setup-node@v4
with:
node-version: 18.x
Expand Down Expand Up @@ -92,6 +89,8 @@ jobs:
if: failure()
- name: Print environment information
run: c2cciutils-env
env:
GITHUB_EVENT: ${{ toJson(github) }}

- run: |
sudo rm /etc/apt/sources.list.d/*.list
Expand Down

0 comments on commit 1c68af2

Please sign in to comment.