Java environment variable for Entry Point Azure functions #96
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Call Beta Bot | |
on: | |
# Triggers the workflow on push to beta branch or changes in a pull request to default branch | |
push: | |
branches: [ "beta" ] | |
pull_request: | |
types: [ opened, synchronize, reopened, ready_for_review, closed, labeled, unlabeled ] | |
branches: [ "master" ] | |
# Allows you to run this workflow manually from the Actions tab | |
workflow_dispatch: | |
jobs: | |
call-workflow: | |
if: github.repository_owner == 'genexuslabs' | |
uses: genexuslabs/build-genexus-reusable-workflow/.github/workflows/run-beta-bot.yml@main | |
secrets: inherit |