Skip to content

Commit

Permalink
Merge pull request #4 from im-juma-training-sb/feature/lab04
Browse files Browse the repository at this point in the history
Feature/lab04
  • Loading branch information
jumainfomagnus authored Jun 14, 2024
2 parents 2befbf0 + ab6ba67 commit e5c5479
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/job-dependencies.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: 02-2. Dependencies

on:
workflow_dispatch:
push:
branches:
- main
workflow_call:
jobs:
initial:
runs-on: ubuntu-latest
Expand Down
13 changes: 11 additions & 2 deletions .github/workflows/reusable-workflow-template.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
name: 04-1. Call Reusable Workflow Templates

on:
[workflow_dispatch]

on:
push:
branches: [main]
workflow_dispatch:



jobs:
call_dependencies_workflow_job:
needs: call_reusable_workflow_job
uses: jumainfomagnus/gh-abcs-actions/.github/workflows/job-dependencies.yml@main

call_greet_everyone_workflow_job:
uses: githubabcs/gh-abcs-actions/.github/workflows/greet-everyone.yml@main
with:
Expand Down

0 comments on commit e5c5479

Please sign in to comment.