Skip to content

Commit

Permalink
Trigger performance analysis manually
Browse files Browse the repository at this point in the history
  • Loading branch information
smeyer198 committed Dec 10, 2024
1 parent 9947c8c commit 5992e21
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions .github/workflows/performance.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,27 @@
name: Performance Analysis
name: Performance Analysis (Pre)

on: [push]
on:
push:
workflow_dispatch:
inputs:
analysis:
type: boolean
required: false
default: false
android:
type: boolean
required: false
default: false
soot:
type: boolean
required: false
default: false

env:
JAVA_VERSION: 17

jobs:
performance:
performance-pre:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
Expand Down Expand Up @@ -77,7 +92,6 @@ jobs:
git checkout gh-pages
if [ -f current_history.txt ]; then
echo "current history"
git checkout test_gh_pages
git checkout gh-pages current_history.txt
cat gh-pages-output/current_history.txt >> current_history.txt
mv current_history.txt gh-pages-output/current_history.txt
Expand Down

0 comments on commit 5992e21

Please sign in to comment.