Skip to content

Commit

Permalink
renamend workflow files
Browse files Browse the repository at this point in the history
to not interfere with develop branch
  • Loading branch information
AlvinSchiller committed Nov 21, 2023
1 parent 6e1d334 commit 8dfa942
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
# Build container and run tests. Duplication of job intended for better visualization.
run_bookworm:
name: 'bookworm'
uses: ./.github/workflows/test_docker_debian_codename_sub.yml
uses: ./.github/workflows/test_docker_debian_codename_sub_v3.yml
with:
debian_codename: 'bookworm'

run_bullseye:
name: 'bullseye'
uses: ./.github/workflows/test_docker_debian_codename_sub.yml
uses: ./.github/workflows/test_docker_debian_codename_sub_v3.yml
with:
debian_codename: 'bullseye'

0 comments on commit 8dfa942

Please sign in to comment.