Merge pull request #236 from Ex4amp1e/add-pprof-enable-conf #562
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Docker push ghcr | |
on: | |
push: | |
branches: [main] | |
jobs: | |
push: | |
if: ${{ github.repository != 'networkservicemesh/cmd-template' && (github.event.workflow_run.conclusion == 'success' && github.actor == 'nsmbot' || github.event_name == 'push') }} | |
uses: networkservicemesh/.github/.github/workflows/docker-push-ghcr.yaml@main |