Skip to content

Commit

Permalink
ci: workflows: make tools-buildtest a callable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Nov 8, 2023
1 parent 8d2e637 commit d32ae82
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions .github/workflows/tools-buildtest.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
name: tools-buildtest

on:
push:
branches:
- master
- staging
- trying
tags:
- '*'
pull_request:
branches:
- '*'
on: [workflow_call]

jobs:
tools-build:
Expand Down Expand Up @@ -58,10 +48,3 @@ jobs:
uses: aabadie/riot-action@main
with:
cmd: make -C ${{ matrix.tools.path }}/${{ matrix.tools.name }}
tools-build-success:
# this is only run if all jobs in tools-build succeeded
needs: tools-build
runs-on: ubuntu-latest
steps:
- name: tools-build succeeded
run: exit 0

0 comments on commit d32ae82

Please sign in to comment.