Skip to content

Commit

Permalink
Make doxygen run on a the doxygen image instead (#11537)
Browse files Browse the repository at this point in the history
* Make doxygen run on a the doxygen image instead of just ubuntu latest, so  we can control what doxygen version is used

* Remove print actor step, seemed only there for debugging
  • Loading branch information
andy31415 authored and pull[bot] committed Aug 30, 2023
1 parent f4b59ce commit 3383023
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/doxygen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,13 @@ jobs:
name: Build Doxygen
timeout-minutes: 5

runs-on: ubuntu-20.04
runs-on: ubuntu-latest
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 3383023

Please sign in to comment.