Skip to content

Commit

Permalink
feat: new action for bleeding edge (each commit)
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavmishra90 committed Aug 22, 2024
1 parent 78a94bd commit 24f6e8b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ on:
paths:
- "docker/image_version.txt"
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
build-test-and-push:
runs-on: [self-hosted, linux, x64]
Expand Down

0 comments on commit 24f6e8b

Please sign in to comment.