diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/mnv-ci.yml (renamed from .github/workflows/uvim-ci.yml) | 22 | ||||
| -rw-r--r-- | .github/workflows/mnv-codeql.yml (renamed from .github/workflows/uvim-codeql.yml) | 6 | ||||
| -rw-r--r-- | .github/workflows/mnv-coverity.yml (renamed from .github/workflows/uvim-coverity.yml) | 4 | ||||
| -rw-r--r-- | .github/workflows/mnv-link-check.yml (renamed from .github/workflows/uvim-link-check.yml) | 4 |
4 files changed, 18 insertions, 18 deletions
diff --git a/.github/workflows/uvim-ci.yml b/.github/workflows/mnv-ci.yml index a94ac0c3c1..b588d03df2 100644 --- a/.github/workflows/uvim-ci.yml +++ b/.github/workflows/mnv-ci.yml @@ -1,20 +1,20 @@ -name: "uvim: CI" +name: "mnv: CI" on: push: branches: ['**'] paths: - - 'uvim/**' - - '.github/workflows/uvim-ci.yml' - - '.github/actions/uvim/**' + - 'mnv/**' + - '.github/workflows/mnv-ci.yml' + - '.github/actions/mnv/**' pull_request: paths: - - 'uvim/**' - - '.github/workflows/uvim-ci.yml' - - '.github/actions/uvim/**' + - 'mnv/**' + - '.github/workflows/mnv-ci.yml' + - '.github/actions/mnv/**' concurrency: - group: uvim-${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.sha }} + group: mnv-${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.sha }} cancel-in-progress: true permissions: @@ -80,7 +80,7 @@ jobs: defaults: run: - working-directory: uvim + working-directory: mnv steps: - name: Checkout repository @@ -130,7 +130,7 @@ jobs: - name: Upload test artifacts if: failure() - uses: ./.github/actions/uvim/test_artifacts + uses: ./.github/actions/mnv/test_artifacts macos: runs-on: ${{ matrix.runner }} @@ -150,7 +150,7 @@ jobs: defaults: run: - working-directory: uvim + working-directory: mnv steps: - name: Checkout repository diff --git a/.github/workflows/uvim-codeql.yml b/.github/workflows/mnv-codeql.yml index a2ebb3835f..0cad996fa1 100644 --- a/.github/workflows/uvim-codeql.yml +++ b/.github/workflows/mnv-codeql.yml @@ -1,14 +1,14 @@ -name: "uvim: CodeQL" +name: "mnv: CodeQL" on: push: branches: [master] paths: - - 'uvim/**' + - 'mnv/**' pull_request: branches: [master] paths: - - 'uvim/**' + - 'mnv/**' schedule: - cron: '0 18 * * 1' diff --git a/.github/workflows/uvim-coverity.yml b/.github/workflows/mnv-coverity.yml index fb486778f4..6ebb70125b 100644 --- a/.github/workflows/uvim-coverity.yml +++ b/.github/workflows/mnv-coverity.yml @@ -1,4 +1,4 @@ -name: "uvim: Coverity" +name: "mnv: Coverity" on: schedule: @@ -10,7 +10,7 @@ permissions: defaults: run: - working-directory: uvim + working-directory: mnv jobs: scan: diff --git a/.github/workflows/uvim-link-check.yml b/.github/workflows/mnv-link-check.yml index bf0190946a..6b9d16ca59 100644 --- a/.github/workflows/uvim-link-check.yml +++ b/.github/workflows/mnv-link-check.yml @@ -1,4 +1,4 @@ -name: "uvim: Check Links" +name: "mnv: Check Links" on: workflow_dispatch: @@ -13,4 +13,4 @@ jobs: - name: Run Lychee uses: lycheeverse/lychee-action@v2 with: - args: --verbose --config uvim/ci/lychee.toml uvim/ + args: --verbose --config mnv/ci/lychee.toml mnv/ |
