Skip to content

Commit

Permalink
chore(ci): Add workflow to test-build rockspec changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Aug 26, 2022
1 parent 2a09798 commit 98c6129
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions rockspec.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Deploy

on: [ push, workflow_dispatch ]

jobs:

affected:
uses: lunarmodules/.github/.github/workflows/list_affected_rockspecs.yml@main

build:
needs: affected
if: ${{ needs.affected.outputs.rockspecs }}
uses: lunarmodules/.github/.github/workflows/test_build_rock.yml@main
with:
rockspecs: ${{ needs.affected.outputs.rockspecs }}

0 comments on commit 98c6129

Please sign in to comment.