Skip to content

Commit

Permalink
chore: revert b68543d.
Browse files Browse the repository at this point in the history
This reverts commit b68543d.
  • Loading branch information
rsmitty committed Sep 7, 2023
1 parent b68543d commit e9e7ce7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,15 @@ name: default
- main
tags:
- v*
pull_request_target: {}
pull_request:
env:
CI_ARGS: --cache-from=type=registry,ref=registry.ci.svc.cluster.local:5000/${GITHUB_REPOSITORY}:buildcache --cache-to=type=registry,ref=registry.ci.svc.cluster.local:5000/${GITHUB_REPOSITORY}:buildcache,mode=max
jobs:
default:
permissions:
contents: write
packages: write
runs-on: [self-hosted,X64]
if: github.event_name != 'pull_request_target' || contains(github.event.pull_request.labels.*.name, 'status/ok-to-test')
runs-on: self-hosted
steps:
- name: checkout
uses: actions/checkout@v3

0 comments on commit e9e7ce7

Please sign in to comment.