Skip to content

Commit

Permalink
changed actor (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
VladasZ authored Oct 18, 2023
1 parent aff9729 commit fc6a278
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/measure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
multiplier:
description: 'Jars multiplier'
required: false
default: '5'
default: '10'

jobs:
measure:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Actor
run: echo ${{ github.actor }}

- name: Build
run: make build-in-docker

Expand Down Expand Up @@ -89,7 +92,7 @@ jobs:
name: measured

- name: Commit & Push changes
if: ${{ github.actor != 'github-actions[bot]' }}
if: ${{ github.actor != 'sweatcoin' }}
uses: actions-js/push@master
with:
message: Updated binary and measure
Expand Down

0 comments on commit fc6a278

Please sign in to comment.