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:
Carlo Dandan
2024-05-24 22:20:25 +08:00
committed by GitHub
-1
View File
@@ -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: