Skip to content

Commit

Permalink
github/workflows: set build mode to manual
Browse files Browse the repository at this point in the history
This seems to be recommended by the documentation.
  • Loading branch information
matheusmoreira committed Sep 18, 2024
1 parent 29bb2f1 commit 168ec88
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,12 @@ jobs:
actions: read
contents: read
security-events: write

strategy:
fail-fast: false
matrix:
language: [ 'cpp' ]
language: c-cpp
build-mode: manual

steps:
- name: Checkout lone repository
Expand Down

0 comments on commit 168ec88

Please sign in to comment.