Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Update GitHub Actions #195

Update GitHub Actions

Update GitHub Actions #195

name: Crawler Server CI
on:
push:
branches:
- main
paths:
- common/go/**
- crawler/server/**
- crawler/api/go/**
- .github/workflows/ci-crawler-server.yaml
pull_request:
paths:
- common/go/**
- crawler/server/**
- crawler/api/go/**
- .github/workflows/ci-crawler-server.yaml
workflow_dispatch:
workflow_call:
permissions:
actions: read
contents: read
id-token: write
jobs:
ci:
uses: curioswitch/go-curiostack/.github/workflows/export-go-server-ci.yaml@cbf291f1ea014ccca679617c7756145b9368b603
with:
project_dir: crawler/server
service: crawler-server
deploy_dev: false
secrets: inherit