Merge pull request #9 from aosp-realm/main
workflow: jobs: Remove "if" condition for github user. Apparenty, this causes the job be skipped when run in an organization.
This commit is contained in:
@@ -47,7 +47,6 @@ jobs:
|
||||
build:
|
||||
name: Build OFR by ${{ github.actor }}
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event.repository.owner.id == github.event.sender.id
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
permissions:
|
||||
|
||||
Reference in New Issue
Block a user