Skip to content

Commit 99d5f6d

Browse files
committed
adding files
1 parent 5a48c2b commit 99d5f6d

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
name: matrix-workflow
22
on: push
33
jobs:
4+
build:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- run: echo "Build completed"
48
deploy:
9+
needs: build
510
runs-on: ubuntu-latest
611
steps:
712
- name: deploy workflow
8-
uses: /home/ubuntu/git/17-github-matrix/.github/workflows/reusable.yml
13+
uses: ./.github/workflows/reusable.yml

0 commit comments

Comments
 (0)