Skip to content

Commit

Permalink
Fix ci issues
Browse files Browse the repository at this point in the history
ref DEV-1379
  • Loading branch information
louischan-oursky committed Jun 21, 2024
2 parents 6135349 + cdc8816 commit e9de2ca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/authgear-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,17 @@ on:
branches:
- "master"

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

jobs:
image:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: docker/setup-qemu-action@v3
- uses: docker/setup-buildx-action@v3
- name: docker login
if: ${{ github.repository == 'authgear/docker-library-golang' && github.event_name == 'push' }}
env:
Expand Down

0 comments on commit e9de2ca

Please sign in to comment.