Skip to content

Commit

Permalink
Cleanup CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Oct 29, 2024
1 parent 79d442f commit 2224e71
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 2224e71

Please sign in to comment.