Skip to content

Commit

Permalink
Don't skip transcript tests on PR CI runs
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisPenner committed May 6, 2024
1 parent 945a316 commit b6b04e5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/.github/ @unisoncomputing/share
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ jobs:

# A separate job for docker build because it requires elevated github token permissions.
docker-build:
if: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/staging') }}
env:
container_registry: ghcr.io
docker_image_name: ${{ github.repository }}
Expand Down
File renamed without changes.

0 comments on commit b6b04e5

Please sign in to comment.