uncomment pr check

This commit is contained in:
Luiz Felipe F M Costa 2023-10-27 23:58:26 -03:00
parent f6fd0c675d
commit e9041d5bb2

View File

@ -10,11 +10,11 @@ jobs:
- name: "Check out repository code: ${{ github.ref }} ${{ github.repository }" - name: "Check out repository code: ${{ github.ref }} ${{ github.repository }"
uses: actions/checkout@v4 uses: actions/checkout@v4
# - name: "🖥️ Container build (PR check, not main or tag)" - name: "🖥️ Container build (PR check, not main or tag)"
# if: github.ref != 'refs/heads/main' && github.ref != 'refs/tags/*' if: github.ref != 'refs/heads/main' && github.ref != 'refs/tags/*'
# run: | run: |
# cd ./container/ cd ./container/
# make build make build
- name: "🔑 Authenticate with Quay.io" - name: "🔑 Authenticate with Quay.io"
# if: github.ref == 'refs/heads/main' || github.ref == 'refs/tags/*' # if: github.ref == 'refs/heads/main' || github.ref == 'refs/tags/*'