Skip to content

Commit

Permalink
Update issue #160 test
Browse files Browse the repository at this point in the history
  • Loading branch information
uraimo committed Feb 28, 2025
1 parent ba35852 commit 5a70806
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/issue160.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Test for issue 160
on: [push, pull_request]
on:
push:
branches:
- master

permissions:
contents: read
Expand All @@ -9,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: uraimo/run-on-arch-action@feature-qemuinfo
- uses: uraimo/run-on-arch-action@master
name: Test
id: runcmd
with:
Expand Down

0 comments on commit 5a70806

Please sign in to comment.