diff --git a/.github/workflows/04-advanced-features--01-runner-types.yaml b/.github/workflows/04-advanced-features--01-runner-types.yaml index 68eb3ed8..6a36c841 100644 --- a/.github/workflows/04-advanced-features--01-runner-types.yaml +++ b/.github/workflows/04-advanced-features--01-runner-types.yaml @@ -77,7 +77,7 @@ jobs: ###################################### namespace-ubuntu-vm: name: Namespace Ubuntu VM - runs-on: namespace-profile-default + runs-on: namespace-profile-nikola-test steps: - name: Show runner info run: | diff --git a/03-core-features/filters/excluded-file.txt b/03-core-features/filters/excluded-file.txt index e69de29b..02a8701d 100644 --- a/03-core-features/filters/excluded-file.txt +++ b/03-core-features/filters/excluded-file.txt @@ -0,0 +1,9 @@ +This change will NOT trigger a workflow run based on these path filters: + +```yaml +paths: + # include markdown files + - "03-core-features/filters/*.md" + # Exclude txt files + - "!03-core-features/filters/*.txt" +``` \ No newline at end of file diff --git a/06-authoring-actions/javascript-actions/typescript-action-with-build b/06-authoring-actions/javascript-actions/typescript-action-with-build index 613718a8..f70f1549 160000 --- a/06-authoring-actions/javascript-actions/typescript-action-with-build +++ b/06-authoring-actions/javascript-actions/typescript-action-with-build @@ -1 +1 @@ -Subproject commit 613718a88b205e4b212a4896de5a37cfe6bab192 +Subproject commit f70f15494fd5401f6722d81bbfd3918c5ed155a8 diff --git a/capstone b/capstone index 56c95ba5..b2e15dd4 160000 --- a/capstone +++ b/capstone @@ -1 +1 @@ -Subproject commit 56c95ba5f1f8d46f5d01b95b1574af55fdc717dd +Subproject commit b2e15dd4223e933252f19b12e2bad97ed01af103