Skip to content

Commit

Permalink
Merge pull request #11 from cdivitotawela/fix-trigger-sub-folders
Browse files Browse the repository at this point in the history
fix: trigger on sub-folders
  • Loading branch information
cdivitotawela authored Nov 29, 2024
2 parents 9299f90 + 20f31c7 commit a842eb1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/dynamic-jobs.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Dynamic Job Generation
name: dynamic job gneration

on:
pull_request:
paths:
- dynamic-jobs/*
- dynamic-jobs/**

jobs:
changes:
Expand All @@ -20,8 +20,6 @@ jobs:
uses: tj-actions/changed-files@v45
id: changed-files
with:
base_sha: ${{ github.event.pull_request.base.sha }}
since_last_remote_commit: true
files: |
dynamic-jobs/**
Expand Down
3 changes: 3 additions & 0 deletions dynamic-jobs/script4/runner.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash

echo "This dummy shell script id [4]"

0 comments on commit a842eb1

Please sign in to comment.