Skip to content

Commit

Permalink
Merge branch 'main' into ibc-incentivization
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang authored Aug 19, 2022
2 parents e5dcb74 + 29c4fec commit 1744b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sims.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: set valid if it is push/pull_request event or check if it is triggered by team members with issue_comment
id: setValid
run: |
if [[ "${{ steps.checkUserMember.outputs.isTeamMember }}" == "true" ]]; then
if [[ "${{ steps.checkMember.outputs.isTeamMember }}" == "true" ]]; then
echo "::set-output name=valid::true"
elif [[ "${{ github.event_name }}" == "push" || "${{ github.event_name }}" == "pull_request" ]]; then
echo "::set-output name=valid::true"
Expand Down

0 comments on commit 1744b1e

Please sign in to comment.