Skip to content

Commit

Permalink
Use other method for calling another workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
j4asper committed Nov 21, 2024
1 parent 8c5c78c commit ea68eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
build_and_test:
name: Build and Test Project
uses: ./.github/workflows/build-and-test.yml
uses: j4asper/KanbanCord/.github/workflows/build-and-test.yml@main

build_and_publish_bot_docker_image:
name: Build and Publish Bot Docker Image
Expand Down

0 comments on commit ea68eb4

Please sign in to comment.