Skip to content

Commit

Permalink
Tests as callable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cbockisch authored Jan 20, 2023
1 parent f5804a3 commit 86915a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Test
name: Integration and System Tests
#Trigger for the workflow
#Triggers only on push on master

on: workflow_dispatch
on: workflow_call

jobs:
test:
Expand Down

0 comments on commit 86915a6

Please sign in to comment.