Skip to content

Commit

Permalink
tc
Browse files Browse the repository at this point in the history
  • Loading branch information
msune committed Aug 28, 2024
1 parent 41f7f8d commit b66b343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
run: cd sfunnel/test && make VERBOSE=1

docker_build_and_publish:
needs: [make_check]
runs-on: ubuntu-22.04
steps:
- name: "Checkout sfunnel"
Expand Down Expand Up @@ -128,6 +127,7 @@ jobs:
- name: "Push to ghcr"
run: |
cd sfunnel
ls -la
git log -1
git describe
Expand Down

0 comments on commit b66b343

Please sign in to comment.