All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Omnia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 09:59, 20 July 2026 Kenneth talk contribs created page GitHub/rerun (Created page with "== auto-rerun == ref: https://github.com/orgs/community/discussions/67654#discussioncomment-8038649 === test.yml === <pre> test.yml: on: push jobs: fail: runs-on: ubuntu-latest steps: - run: false re-run: needs: fail if: failure() && fromJSON(github.run_attempt) < 3 runs-on: ubuntu-latest steps: - env: GH_REPO: ${{ github.repository }} GH_TOKEN: ${{ github.token }} GH_DEBUG: api run: gh wor...")