Skip to content

Commit 06a3ed3

Browse files
committed
Disable scheduled CodeQL; only on push/pull.
1 parent 6be76f8 commit 06a3ed3

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ indent_style = space
2929
indent_size = 4
3030
indent_style = tab
3131

32-
[*.diff]
32+
[*.{diff,patch}]
3333
trim_trailing_whitespace = false
3434

3535
[*.md]

.github/workflows/codeql.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ on:
2222
paths:
2323
- 'src/**'
2424
- 'jni/**'
25-
# Manual trigger from Actions
26-
workflow_dispatch:
27-
branches: [ "master" ]
28-
paths:
29-
- 'src/**'
30-
- 'jni/**'
31-
schedule:
32-
- cron: '43 20 * * 2'
25+
// # Manual trigger from Actions
26+
// workflow_dispatch:
27+
// branches: [ "master" ]
28+
// paths:
29+
// - 'src/**'
30+
// - 'jni/**'
31+
// schedule:
32+
// - cron: '43 20 * * 2'
3333

3434
jobs:
3535
analyze:

test/core.p4

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,11 @@ test_group_end
660660
t{ S" 123" EVALUATE -> 123 }t
661661
t{ S\" 123\n432" EVALUATE -> 123 432 }t
662662
t{ S" 456" tw_eval_0 -> 456 }t
663+
664+
\ Extension S\" supports \" as an escape.
665+
\ https://forth-standard.org/standard/notation#contribution-382
663666
t{ S\" 123 S\" 432\" TYPE " EVALUATE -> 123 }t
667+
664668
t{ tw_eval_1 -> 9876 }t
665669

666670
\ See F.6.1.1360

0 commit comments

Comments
 (0)