مراية لـ
https://github.com/postalserver/postal.git
تم المزامنة 2025-11-30 21:32:30 +00:00
chore(github-actions): don't run for dependabot or release-please PRs and fetch whole repo
هذا الالتزام موجود في:
7
.github/workflows/ci.yml
مباع
7
.github/workflows/ci.yml
مباع
@@ -63,9 +63,14 @@ jobs:
|
||||
name: Release (branch)
|
||||
runs-on: ubuntu-latest
|
||||
needs: [build]
|
||||
if: startsWith(github.ref, 'refs/heads/')
|
||||
if: >-
|
||||
startsWith(github.ref, 'refs/heads/') &&
|
||||
startsWith(github.ref, 'refs/heads/release-please-') != true &&
|
||||
startsWith(github.ref, 'refs/heads/dependabot/') != true
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: docker/setup-qemu-action@v3
|
||||
- uses: docker/setup-buildx-action@v2
|
||||
- uses: docker/login-action@v2
|
||||
|
||||
المرجع في مشكلة جديدة
حظر مستخدم