Skip to content

Commit

Permalink
temp disable restrictions
Browse files Browse the repository at this point in the history
  • Loading branch information
naik-aakash committed Nov 15, 2024
1 parent ec1bf7b commit baf8d8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
docker push ghcr.io/${{ env.IMAGE_NAME }}/autoplex-python-${{ matrix.python-version }}:${{ env.VERSION }}
update-devcontainer:
if: github.repository_owner == 'autoatml' && github.ref == 'refs/heads/main'
# if: github.event_name == 'release' && github.event.action == 'created'
needs: build-image
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
path: ./.coverage

commit-durations:
if: github.repository_owner == 'autoatml' && github.ref == 'refs/heads/main'
# if: github.repository_owner == 'autoatml' && github.ref == 'refs/heads/main'
needs: build
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit baf8d8f

Please sign in to comment.