Trigger memprof workflow manually [skip ci]

This commit is contained in:
Ashwin Maroli 2024-12-29 19:02:52 +05:30 committed by GitHub
parent 1ffce1ed6b
commit 092010703f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 6 deletions

View File

@ -1,14 +1,11 @@
name: Third-Party Repository Profiling name: Third-Party Repository Profiling
on: on:
pull_request: workflow_dispatch:
branches:
- master
jobs: jobs:
build_n_profile: build_n_profile:
if: "contains(github.event.commits[0].message, '[3P Profile]')" runs-on: "ubuntu-latest"
runs-on: 'ubuntu-latest'
env: env:
BUNDLE_GEMFILE: "sandbox/Gemfile" BUNDLE_GEMFILE: "sandbox/Gemfile"
BUNDLE_PATH: "vendor/bundle" BUNDLE_PATH: "vendor/bundle"
@ -28,7 +25,7 @@ jobs:
- name: Set up Ruby - name: Set up Ruby
uses: ruby/setup-ruby@v1 uses: ruby/setup-ruby@v1
with: with:
ruby-version: 2.7 ruby-version: 3.4
bundler-cache: true bundler-cache: true
- name: Run Jekyll Build 3 times - name: Run Jekyll Build 3 times
run: | run: |