Skip to content

feat: DEVOPS-1640 monitoring should be able to query the faucet #81

feat: DEVOPS-1640 monitoring should be able to query the faucet

feat: DEVOPS-1640 monitoring should be able to query the faucet #81

on:
pull_request:
types: [closed]
jobs:
archive_pr_branch:
name: Archive closed PR branch
# DO NOT REMOVE: For handling Fork PRs see Pull Requests from Forks
if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bencherdev/bencher@main
- name: Archive closed PR branch
continue-on-error: true # This will fail if the branch did not exist in bencher. This is fine.
run: |
bencher archive \
--project zq2 \
--token '${{ secrets.BENCHER_API_TOKEN }}' \
--branch "$GITHUB_HEAD_REF"