Skip to content

Commit

Permalink
sheldon
Browse files Browse the repository at this point in the history
  • Loading branch information
retorquere committed Jan 2, 2022
1 parent 7db75fc commit a903664
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sheldon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
run: |
echo changed: ${{ steps.changed.outputs.style_files }} ${{ steps.changed.outputs.locale_files }}
- run: cat $GITHUB_EVENT_PATH
if: github.actor == 'retorquere'

- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand All @@ -68,7 +71,6 @@ jobs:
run: bundle exec sheldon --token=$GITHUB_TOKEN --welcome

- name: See if the styles/locales work
if: github.actor != 'retorquere'
run: bundle exec rake

- name: report
Expand Down

0 comments on commit a903664

Please sign in to comment.