Skip to content

Commit

Permalink
Quiet down CircleCI and have it report as green
Browse files Browse the repository at this point in the history
  • Loading branch information
dlpierce committed Jun 25, 2024
1 parent 47b240d commit a86493a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 2.1

# Run a no-op workflow so CircleCI reports as a green check in pull requests.
# This file is needed until all active hyrax branches have moved off CircleCI
# and the integration can be deactivated.
jobs:
build:
docker:
- image: cimg/base:current
resource_class: small
steps:
- run: echo "Hyrax tests have moved to Github Actions."

0 comments on commit a86493a

Please sign in to comment.