Skip to content

Commit

Permalink
small change to test github actions (#921)
Browse files Browse the repository at this point in the history
<!-- markdownlint-disable MD041 -->
#### What this PR does / why we need it

#### Which issue(s) this PR fixes
<!--
Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
-->
  • Loading branch information
Skarlso authored Sep 12, 2024
1 parent cc80cd7 commit 65466c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: component CTFs
on:
pull_request:
workflow_call:
push:
branches:
- main

permissions:
contents: read
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/lint_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: lint-and-test
on:
pull_request:
workflow_call:
push:
branches:
- main

permissions:
contents: read
Expand Down

0 comments on commit 65466c4

Please sign in to comment.