Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: community contribution job doesn't work as expected #9957

Merged
merged 1 commit into from
Dec 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 2 additions & 14 deletions .github/workflows/after-close-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
BRANCH: refs/pull/${{ github.event.number }}/merge
steps:
- uses: actions/[email protected]
continue-on-error: true
- run: |
- continue-on-error: true
run: |
gh cache list --ref $BRANCH > cache.log && cat cache.log

for cacheId in $(gh cache list --ref $BRANCH --json id | jq -r .[].id); do
Expand Down Expand Up @@ -43,15 +43,3 @@ jobs:
env:
GCP_SA_KEY: ${{ secrets.FIREBASE_TAIGA_PREVIEWS_SA }}
PROJECT_ID: taiga-previews

community-contribution:
if: ${{ github.event.pull_request.head.repo.full_name != github.repository }}
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions-ecosystem/[email protected]
if: ${{ github.event.pull_request.merged == true }}
with:
github_token: ${{ secrets.TAIGA_FAMILY_APPROVE_BOT_PAT }}
labels: |
community contribution
Loading