Add featured tag to main pipeline in send_slack_message mod #182
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Sync Labels | ||
on: | ||
schedule: | ||
- cron: "30 22 * * 1" | ||
workflow_dispatch: | ||
jobs: | ||
sync_labels_workflow: | ||
uses: turbot/steampipe-workflows/.gitlab/workflows/sync-labels.yml@main | ||