Skip to content

Commit 3500073

Browse files
woody-applepull[bot]
authored andcommitted
Revert "Make doxygen run on a the doxygen image instead (#11537)" (#11543)
This reverts commit 2963857.
1 parent ff460d0 commit 3500073

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/doxygen.yaml

+3-4
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,12 @@ jobs:
2828
name: Build Doxygen
2929
timeout-minutes: 5
3030

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

34-
container:
35-
image: connectedhomeip/chip-build-doxygen:0.5.27
36-
3734
steps:
35+
- name: "Print Actor"
36+
run: echo ${{github.actor}}
3837
- name: Checkout
3938
uses: actions/checkout@v2
4039
with:

0 commit comments

Comments
 (0)