init
Some checks failed
Docker. / Ubuntu (push) Has been cancelled
User-agent updater. / User-agent (push) Failing after 15s
Lock Threads / lock (push) Failing after 10s
Waiting for answer. / waiting-for-answer (push) Failing after 22s
Needs user action. / needs-user-action (push) Failing after 8s
Can't reproduce. / cant-reproduce (push) Failing after 8s
Close stale issues and PRs / stale (push) Has been cancelled
Some checks failed
Docker. / Ubuntu (push) Has been cancelled
User-agent updater. / User-agent (push) Failing after 15s
Lock Threads / lock (push) Failing after 10s
Waiting for answer. / waiting-for-answer (push) Failing after 22s
Needs user action. / needs-user-action (push) Failing after 8s
Can't reproduce. / cant-reproduce (push) Failing after 8s
Close stale issues and PRs / stale (push) Has been cancelled
This commit is contained in:
30
Telegram/ThirdParty/xdg-desktop-portal/.github/workflows/main.yml
vendored
Normal file
30
Telegram/ThirdParty/xdg-desktop-portal/.github/workflows/main.yml
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
name: CI
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build-container:
|
||||
name: Container
|
||||
uses: ./.github/workflows/container.yml
|
||||
permissions:
|
||||
packages: write
|
||||
|
||||
build-and-test:
|
||||
name: Build and Test
|
||||
uses: ./.github/workflows/build-and-test.yml
|
||||
needs: build-container
|
||||
with:
|
||||
image: ${{ needs.build-container.outputs.image }}
|
||||
image_options: ${{ needs.build-container.outputs.image_options }}
|
||||
|
||||
pages:
|
||||
name: Documentation & Website
|
||||
uses: ./.github/workflows/pages.yml
|
||||
needs: build-container
|
||||
permissions:
|
||||
contents: read
|
||||
pages: write
|
||||
id-token: write
|
||||
with:
|
||||
image: ${{ needs.build-container.outputs.image }}
|
||||
image_options: ${{ needs.build-container.outputs.image_options }}
|
||||
Reference in New Issue
Block a user