diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 1c2c4e9ea..313d48fc6 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -122,6 +122,7 @@ jobs: repository: etherpad/etherpad enable-url-completion: true - name: Check out + if: github.event_name == 'push' && github.ref == 'refs/heads/develop' uses: actions/checkout@v4 with: path: ether-charts