Skip to content

Commit

Permalink
Merge pull request #7206 from gurevichmark/actions1
Browse files Browse the repository at this point in the history
Trigger github action to rebuild xCAT
  • Loading branch information
besawn committed Jun 29, 2022
2 parents 1bed5e0 + 7885709 commit 01694e7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/xcat_test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: xcat_test
on: [push]
jobs:
xcat_build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: ./build-ubunturepo -c UP=0 BUILDALL=1 GPGSIGN=0

0 comments on commit 01694e7

Please sign in to comment.