diff options
| author | Christian Breunig <christian@breunig.cc> | 2024-06-24 14:03:07 +0200 |
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2024-06-24 14:03:07 +0200 |
| commit | 1029054cafe436e46da86d5ef88a7d869bbcea7d (patch) | |
| tree | ac70253f88687ded6dc6e0cc497a1b04efa568fd | |
| parent | c90a55375f6b60ba0d0d545b33927a2aae4d6aad (diff) | |
| download | vyos-1x-1029054cafe436e46da86d5ef88a7d869bbcea7d.tar.gz vyos-1x-1029054cafe436e46da86d5ef88a7d869bbcea7d.zip | |
GitHub: T6494: add support for circinus branch
| -rw-r--r-- | .github/workflows/package-smoketest.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/package-smoketest.yml b/.github/workflows/package-smoketest.yml index 49bd91669..9bb3e7bef 100644 --- a/.github/workflows/package-smoketest.yml +++ b/.github/workflows/package-smoketest.yml @@ -1,9 +1,10 @@ -name: Package ISO Test +name: VyOS ISO integration Test on: pull_request: branches: - current + - circinus jobs: build: |
