Browse Source

Remove is_workflow_call input from build workflow (#5161)

pull/5163/head
Michał Chęciński 1 year ago committed by GitHub
parent
commit
16488091d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      .github/workflows/build.yml

1
.github/workflows/build.yml

@ -580,7 +580,6 @@ jobs: @@ -580,7 +580,6 @@ jobs:
ref: 'main',
inputs: {
server_branch: process.env.GITHUB_REF
is_workflow_call: true
}
});

Loading…
Cancel
Save