diff options
author | Daniil Baturin <daniil@vyos.io> | 2024-07-02 16:16:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-02 16:16:24 +0200 |
commit | 64aee19ad237a2f0b051d1cdecdbb8150e2cc74b (patch) | |
tree | cc40e77648499a4404e36a447b97adfe9abb2b22 /.github/workflows/linit-j2.yml | |
parent | 4ae741516480d3319a37549f12a3067409e1976c (diff) | |
parent | 53569a889d2caa5a1fa92a7328f4940038d53d43 (diff) | |
download | vyos-build-equuleus.tar.gz vyos-build-equuleus.zip |
Merge pull request #669 from vyos/mergify/bp/equuleus/pr-668equuleus
T6508: pr workflows updated for branch and target (backport #668)
Diffstat (limited to '.github/workflows/linit-j2.yml')
-rw-r--r-- | .github/workflows/linit-j2.yml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/.github/workflows/linit-j2.yml b/.github/workflows/linit-j2.yml deleted file mode 100644 index 95bfa61f..00000000 --- a/.github/workflows/linit-j2.yml +++ /dev/null @@ -1,19 +0,0 @@ ---- -name: J2 Lint - -on: - pull_request: - branches: - - current - - sagitta - - equuleus - workflow_dispatch: - -permissions: - pull-requests: write - contents: read - -jobs: - j2lint: - uses: vyos/.github/.github/workflows/lint-j2.yml@feature/T6349-reusable-workflows - secrets: inherit |