Skip to content

Commit

Permalink
Revert "Make doxygen run on a the doxygen image instead (#11537)" (#1…
Browse files Browse the repository at this point in the history
…1543)

This reverts commit 2963857.
  • Loading branch information
woody-apple authored and pull[bot] committed Sep 28, 2023
1 parent ff460d0 commit 3500073
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/doxygen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,12 @@ jobs:
name: Build Doxygen
timeout-minutes: 5

runs-on: ubuntu-latest
runs-on: ubuntu-20.04
if: github.actor != 'restyled-io[bot]'

container:
image: connectedhomeip/chip-build-doxygen:0.5.27

steps:
- name: "Print Actor"
run: echo ${{github.actor}}
- name: Checkout
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 3500073

Please sign in to comment.