Skip to content

Commit

Permalink
ci: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sirchnik-xitaso committed Dec 10, 2024
1 parent 6bcdd25 commit 6148a2b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 20 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @GailMelanie @hofermo @JonathanXITASO @pawel-baran-se @XAlinaGS @Xmilofranke @NilsXitaso
17 changes: 0 additions & 17 deletions .github/workflows/autoAddReviewer.yaml

This file was deleted.

11 changes: 8 additions & 3 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@ name: Docker

on:
push:
branches: ['**']
branches: ['main', 'dev', 'staging']
tags: ['v*.*.*']
pull_request:
branches: ['**']
branches: ['main', 'dev', 'staging']

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

env:
# github.repository as <account>/<repo>
Expand Down Expand Up @@ -64,6 +68,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# add more containers to run more tests in parallel
containers: [1, 2, 3, 4]

steps:
Expand Down Expand Up @@ -93,7 +98,6 @@ jobs:

- name: E2E test collect artifact
id: test_artifact
if: always()
uses: actions/upload-artifact@v3
with:
name: cypress-artifacts-${{ matrix.containers }}
Expand All @@ -103,6 +107,7 @@ jobs:
name: Push image to registry
needs: ['build-browser-image', 'unit-tests', 'e2e-tests']
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/staging' || github.ref == 'refs/heads/dev'
permissions:
contents: read
packages: write
Expand Down

0 comments on commit 6148a2b

Please sign in to comment.