We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7457212 commit 208234aCopy full SHA for 208234a
1 file changed
.github/workflows/ci.yml
@@ -108,11 +108,12 @@ jobs:
108
name: Deploy docs to ctf-gameserver.org
109
runs-on: ubuntu-latest
110
environment: test
111
- if: github.ref == 'refs/heads/main'
+ # TODO
112
+ if: github.ref == 'refs/heads/wip'
113
needs:
114
- lint
115
- test_pypi
116
- test_debian
117
steps:
- - echo "${{ secrets.TEST_SECRET }}" > myfile
118
- - cat myfile
+ - run: echo "${{ secrets.TEST_SECRET }}" > myfile
119
+ - run: cat myfile
0 commit comments