Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ahiuchingau committed Jan 17, 2024
1 parent eb6177c commit 1ade46c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-cmake-targets.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Build/Test all cmake targets"
name: "Build and test all cmake targets"
on:
pull_request:
push:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/executable-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
cross-compile-check:
name: "Cross-Compile/Check"
runs-on: "ubuntu-20.04"
timeout-minutes: 10
timeout-minutes: 20
steps:
- name: Checkout github actions directory
uses: actions/checkout@v4
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
sim-target: ${{ fromJSON(inputs.subtargets) || "" }}
sim-target: ${{ fromJSON(inputs.subtarget) || "" }}
steps:
- name: Checkout github actions directory
uses: actions/checkout@v4
Expand Down

0 comments on commit 1ade46c

Please sign in to comment.