We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ci
metadata
1 parent b6aab62 commit c1dc67bCopy full SHA for c1dc67b
.github/workflows/ci.yml
@@ -43,11 +43,9 @@ concurrency:
43
jobs:
44
metadata:
45
if: |
46
- github.event_name == 'pull_request'
47
- || github.event_name == 'workflow_dispatch'
48
- || github.event.head_commit.author.name != 'dependabot[bot]'
49
- || github.event.head_commit.author.name != 'flexdevelopment'
50
- || !startsWith(github.event.head_commit.message, 'release:')
+ github.event.head_commit.author.name != 'dependabot[bot]'
+ && github.event.head_commit.author.username != 'flexdevelopment'
+ && !startsWith(github.event.head_commit.message, 'release:')
51
runs-on: ubuntu-latest
52
outputs:
53
version: ${{ steps.version.outputs.result }}
0 commit comments