diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 53d4741..999a653 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -265,10 +265,10 @@ jobs: GIT_API_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Promote Artifacts in S3 and Docker Hub - if: github.ref == 'refs/heads/master' && env.AWS_USR != '' && env.DOCKER_USR != '' + if: github.ref == 'refs/heads/main' && env.AWS_USR != '' && env.DOCKER_USR != '' run: make -j2 promote env: - BRANCH_NAME: master + BRANCH_NAME: main CHANNEL: master AWS_ACCESS_KEY_ID: ${{ secrets.AWS_USR }} AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_PSW }} diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml deleted file mode 100644 index 652b3d3..0000000 --- a/.github/workflows/labels.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: Labels - -on: - workflow_dispatch: {} - schedule: - - cron: '0 0 * * *' - -jobs: - create-labels: - runs-on: ubuntu-24.04 - - steps: - - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - - - name: Create Default Labels - uses: crazy-max/ghaction-github-labeler@v3 - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - yaml-file: .github/default-labels.yml - skip-delete: true \ No newline at end of file