Skip to content

Commit

Permalink
ci: temporary test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Nov 9, 2023
1 parent 35635e8 commit a45fb95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/static-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
- uses: actions/checkout@main
with:
fetch-depth: 0
- name: fail_on_merge_group
if: github.event_name == "merge_group"
run: sleep 120 && false
- name: set CI_BASE_BRANCH
run: |
if [ -n "${{ github.base_ref }}" ]; then
Expand Down
2 changes: 1 addition & 1 deletion .murdock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

# uncomment and change this to limit builds, e.g.,
#export BOARDS="samr21-xpro native"
export BOARDS="samr21-xpro native"
# and / or
#export APPS="examples/hello-world tests/unittests"

Expand Down

0 comments on commit a45fb95

Please sign in to comment.