Skip to content

Commit

Permalink
backend/test-ci-labeled
Browse files Browse the repository at this point in the history
  • Loading branch information
vsaimanohar committed Sep 30, 2024
1 parent aed8b57 commit 099071d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,17 @@ on:
branches: ["main"]
pull_request:
branches: ["main"]

# Allows you to run this workflow manually from the Actions tab
types: [labeled]
workflow_dispatch:

jobs:
build:
runs-on: x86_64-linux
if: ${{ github.event.label.name == 'backend' }}
outputs:
docker-image-name: ${{ steps.docker.outputs.image_name }}
image_name: ${{ steps.image_info.outputs.image_name }}
steps:
- uses: actions/checkout@v4
- uses: cachix/cachix-action@v15
Expand Down

0 comments on commit 099071d

Please sign in to comment.