Skip to content

Commit

Permalink
🚇 Only run doxygen workflow when requested (#979)
Browse files Browse the repository at this point in the history
Since we most of the time don't make use of the Doxygen generated callgraphs we don't need to always run the workflow.
Thus is created a [github environment](https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment) called `Debug` which needs approval from a member of @glotaran/contributors to run.
That way Doxygen won't run until we approve/request it.
  • Loading branch information
s-weigand authored Jan 29, 2022
1 parent 5a8711f commit 5bd49b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on: [push, pull_request, workflow_dispatch]
jobs:
run-doxygen:
name: Doxygen callgraph
environment: Debug
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 5bd49b6

Please sign in to comment.