Ignore certain workflows when changes are only for .md, docs, and docker (#754)
* add paths-ignore for both push and PR to rhel-8.yml and ubuntu-jammy.yml
* add paths-ignore for PR only in tarball.yml
* add rocm-docs-core linting.yml workflow to formatting.yml
* fix small mistake in github directory path
* remove rocm-docs-core linting
[ROCm/rocprofiler-compute commit: 44c3516b8b]
Tento commit je obsažen v:
@@ -6,8 +6,18 @@ name: RHEL 8
|
||||
on:
|
||||
push:
|
||||
branches: [ amd-mainline, amd-staging, release/**, develop ]
|
||||
paths-ignore:
|
||||
- '*.md'
|
||||
- '.github/**/*.md'
|
||||
- 'docs/**'
|
||||
- 'docker/**'
|
||||
pull_request:
|
||||
branches: [ amd-mainline, amd-staging, release/**, develop ]
|
||||
paths-ignore:
|
||||
- '*.md'
|
||||
- '.github/**/*.md'
|
||||
- 'docs/**'
|
||||
- 'docker/**'
|
||||
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
||||
@@ -4,6 +4,11 @@ on:
|
||||
push:
|
||||
branches: [ amd-mainline, release/** ]
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- '*.md'
|
||||
- '.github/**/*.md'
|
||||
- 'docs/**'
|
||||
- 'docker/**'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
||||
@@ -5,8 +5,18 @@ name: Ubuntu 22.04
|
||||
on:
|
||||
push:
|
||||
branches: [ amd-mainline, amd-staging, release/**, develop ]
|
||||
paths-ignore:
|
||||
- '*.md'
|
||||
- '.github/**/*.md'
|
||||
- 'docs/**'
|
||||
- 'docker/**'
|
||||
pull_request:
|
||||
branches: [ amd-mainline, amd-staging, release/**, develop ]
|
||||
paths-ignore:
|
||||
- '*.md'
|
||||
- '.github/**/*.md'
|
||||
- 'docs/**'
|
||||
- 'docker/**'
|
||||
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
||||
Odkázat v novém úkolu
Zablokovat Uživatele