Trigger memprof workflow manually [skip ci]
This commit is contained in:
parent
1ffce1ed6b
commit
092010703f
|
@ -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: |
|
||||||
|
|
Loading…
Reference in New Issue