From c6839a38c60e9451b7cd9de67bed0759294d62ce Mon Sep 17 00:00:00 2001 From: Drew Caddell Date: Wed, 12 Feb 2025 09:01:55 -0800 Subject: [PATCH] TECH-17382: Use shared pipeline workflow to pull in Ruby 3.4 tests --- .github/workflows/pipeline.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/workflows/pipeline.yml diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml new file mode 100644 index 0000000..4ad75a0 --- /dev/null +++ b/.github/workflows/pipeline.yml @@ -0,0 +1,8 @@ +name: Pipeline +on: + push: + schedule: + - cron: '0 1 * * 1' # Every Monday at 1AM UTC +jobs: + tests: + uses: Invoca/ruby-test-matrix-workflow/.github/workflows/ruby-test-matrix.yml@main