Skip to content

chore(main): release fluence-cli 0.22.0 #8219

chore(main): release fluence-cli 0.22.0

chore(main): release fluence-cli 0.22.0 #8219

Workflow file for this run

name: "e2e"
on:
pull_request:
paths-ignore:
- "**.md"
- ".github/**"
- "!.github/workflows/e2e.yml"
- "!.github/workflows/snapshot.yml"
types:
- "labeled"
- "synchronize"
- "opened"
- "reopened"
push:
branches:
- "main"
paths-ignore:
- "**.md"
- ".github/**"
- "!.github/workflows/e2e.yml"
- "!.github/workflows/snapshot.yml"
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
jobs:
fluence-cli:
if: >
github.event_name == 'push' ||
(
contains(github.event.pull_request.labels.*.name, 'e2e') &&
!github.event.pull_request.head.repo.fork
)
uses: ./.github/workflows/snapshot.yml
with:
ref: ${{ github.ref }}
fluence-cli-pack:
name: "fluence-cli"
strategy:
fail-fast: false
matrix:
platform:
- linux-x64
- darwin-arm64
if: >
github.event_name == 'push' ||
(
contains(github.event.pull_request.labels.*.name, 'e2e') &&
!github.event.pull_request.head.repo.fork
)
uses: ./.github/workflows/pack.yml
with:
ref: ${{ github.ref }}
platform: ${{ matrix.platform }}
# registry:
# needs:
# - fluence-cli
# uses: fluencelabs/registry/.github/workflows/tests.yml@main